Enable wifi
This commit is contained in:
parent
3f2174fa98
commit
450349b8db
|
@ -363,6 +363,7 @@ function argument_checks {
|
||||||
DOMAIN_NAME="tor-wifi"
|
DOMAIN_NAME="tor-wifi"
|
||||||
SYSTEM_TYPE=$VARIANT_TOR_WIFI
|
SYSTEM_TYPE=$VARIANT_TOR_WIFI
|
||||||
ROUTE_THROUGH_TOR="yes"
|
ROUTE_THROUGH_TOR="yes"
|
||||||
|
ENABLE_WIFI="yes"
|
||||||
fi
|
fi
|
||||||
if [[ $DOMAIN_NAME == "tor" || $DOMAIN_NAME == "tor-dongle" || $DOMAIN_NAME == "tordongle" ]]; then
|
if [[ $DOMAIN_NAME == "tor" || $DOMAIN_NAME == "tor-dongle" || $DOMAIN_NAME == "tordongle" ]]; then
|
||||||
DOMAIN_NAME="tor-dongle"
|
DOMAIN_NAME="tor-dongle"
|
||||||
|
|
Loading…
Reference in New Issue