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"