Dynamic dns doesn't apply on onion only installs
This commit is contained in:
parent
cefb7e1a09
commit
12ba5d630e
|
@ -234,6 +234,12 @@ if [ ! "$CONFIGURATION_FILE" ]; then
|
|||
fi
|
||||
|
||||
read_configuration_values
|
||||
|
||||
if [[ "$ONION_ONLY" != 'no' ]]; then
|
||||
clear
|
||||
exit 0
|
||||
fi
|
||||
|
||||
choose_dynamic_dns
|
||||
clear
|
||||
|
||||
|
|
Loading…
Reference in New Issue