Bob Mottram 8 years ago
parent
commit
62d0047c9b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

298
         exit 3
298
         exit 3
299
     fi
299
     fi
300
     if [[ $SYSTEM_TYPE != "mesh"* ]]; then
300
     if [[ $SYSTEM_TYPE != "mesh"* ]]; then
301
-        if [[ $DDNS_PROVIDER != 'none' ]]; then
301
+        if [[ "$DDNS_PROVIDER" != 'none' ]]; then
302
             if [[ $ONION_ONLY == "no" ]]; then
302
             if [[ $ONION_ONLY == "no" ]]; then
303
                 if [ ! $DDNS_USERNAME ]; then
303
                 if [ ! $DDNS_USERNAME ]; then
304
                     echo $'Please provide the username for your dynamic DNS provider with the --ddnsuser option'
304
                     echo $'Please provide the username for your dynamic DNS provider with the --ddnsuser option'