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