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
|
fi
|
||||||
|
|
||||||
read_configuration_values
|
read_configuration_values
|
||||||
|
|
||||||
|
if [[ "$ONION_ONLY" != 'no' ]]; then
|
||||||
|
clear
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
choose_dynamic_dns
|
choose_dynamic_dns
|
||||||
clear
|
clear
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue