From 1750c9691b90f0b521566261552a00fce4ee83c0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 27 Dec 2014 16:52:59 +0000 Subject: [PATCH] space --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 380e988f..bf820a20 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -403,7 +403,7 @@ function argument_checks { fi fi if [ ! $FREEDNS_SUBDOMAIN_CODE ]; then - if [[ $DOMAIN_NAME == "tor-wifi" || $DOMAIN_NAME == "torwifi" || $DOMAIN_NAME == "tor-hotspot" || $DOMAIN_NAME == "torhotspot" || $DOMAIN_NAME == "tor-access-point"]]; then + if [[ $DOMAIN_NAME == "tor-wifi" || $DOMAIN_NAME == "torwifi" || $DOMAIN_NAME == "tor-hotspot" || $DOMAIN_NAME == "torhotspot" || $DOMAIN_NAME == "tor-access-point" ]]; then DOMAIN_NAME="tor-wifi" SYSTEM_TYPE=$VARIANT_TOR_WIFI ROUTE_THROUGH_TOR="yes"