Browse Source

Dynamic dns doesn't apply on onion only installs

Bob Mottram 7 years ago
parent
commit
12ba5d630e
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/freedombone-ddns

+ 6
- 0
src/freedombone-ddns View File

234
 fi
234
 fi
235
 
235
 
236
 read_configuration_values
236
 read_configuration_values
237
+
238
+if [[ "$ONION_ONLY" != 'no' ]]; then
239
+    clear
240
+    exit 0
241
+fi
242
+
237
 choose_dynamic_dns
243
 choose_dynamic_dns
238
 clear
244
 clear
239
 
245