Bob Mottram 10 år sedan
förälder
incheckning
1750c9691b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Visa fil

403
       fi
403
       fi
404
   fi
404
   fi
405
   if [ ! $FREEDNS_SUBDOMAIN_CODE ]; then
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
           DOMAIN_NAME="tor-wifi"
407
           DOMAIN_NAME="tor-wifi"
408
           SYSTEM_TYPE=$VARIANT_TOR_WIFI
408
           SYSTEM_TYPE=$VARIANT_TOR_WIFI
409
           ROUTE_THROUGH_TOR="yes"
409
           ROUTE_THROUGH_TOR="yes"