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"