From 62d0047c9b4973fdbfc4e2371157bc539868d9e7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 May 2017 10:20:45 +0100 Subject: [PATCH] quotes --- src/freedombone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index cbb05c01..093b8feb 100755 --- a/src/freedombone +++ b/src/freedombone @@ -298,7 +298,7 @@ function parse_args { exit 3 fi if [[ $SYSTEM_TYPE != "mesh"* ]]; then - if [[ $DDNS_PROVIDER != 'none' ]]; then + if [[ "$DDNS_PROVIDER" != 'none' ]]; then if [[ $ONION_ONLY == "no" ]]; then if [ ! $DDNS_USERNAME ]; then echo $'Please provide the username for your dynamic DNS provider with the --ddnsuser option'