space
This commit is contained in:
parent
e1a86ee203
commit
1750c9691b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue