mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
fix wifi off
This commit is contained in:
parent
877728878f
commit
42b844ee3b
@ -55,7 +55,7 @@ network={
|
||||
echo "# OK - reboot needed to activate new WIFI settings"
|
||||
exit 0
|
||||
|
||||
elif [ "$2" == "off" ]; then
|
||||
elif [ "$1" == "off" ]; then
|
||||
|
||||
wifiConfig="country=US
|
||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
|
Loading…
x
Reference in New Issue
Block a user