This commit is contained in:
Bob Mottram 2017-05-21 10:20:45 +01:00
parent 919354059c
commit 62d0047c9b
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ function parse_args {
exit 3
fi
if [[ $SYSTEM_TYPE != "mesh"* ]]; then
if [[ $DDNS_PROVIDER != 'none' ]]; then
if [[ "$DDNS_PROVIDER" != 'none' ]]; then
if [[ $ONION_ONLY == "no" ]]; then
if [ ! $DDNS_USERNAME ]; then
echo $'Please provide the username for your dynamic DNS provider with the --ddnsuser option'