Bob Mottram пре 10 година
родитељ
комит
1750c9691b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Прегледај датотеку

@@ -403,7 +403,7 @@ function argument_checks {
403 403
       fi
404 404
   fi
405 405
   if [ ! $FREEDNS_SUBDOMAIN_CODE ]; then
406
-      if [[ $DOMAIN_NAME == "tor-wifi" || $DOMAIN_NAME == "torwifi" || $DOMAIN_NAME == "tor-hotspot" || $DOMAIN_NAME == "torhotspot"  || $DOMAIN_NAME == "tor-access-point"]]; then
406
+      if [[ $DOMAIN_NAME == "tor-wifi" || $DOMAIN_NAME == "torwifi" || $DOMAIN_NAME == "tor-hotspot" || $DOMAIN_NAME == "torhotspot"  || $DOMAIN_NAME == "tor-access-point" ]]; then
407 407
           DOMAIN_NAME="tor-wifi"
408 408
           SYSTEM_TYPE=$VARIANT_TOR_WIFI
409 409
           ROUTE_THROUGH_TOR="yes"