Dynamic dns doesn't apply on onion only installs

This commit is contained in:
Bob Mottram 2018-05-12 12:04:02 +01:00
parent cefb7e1a09
commit 12ba5d630e
1 changed files with 6 additions and 0 deletions

View File

@ -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