mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-10-15 04:38:41 +09:00
get_wifi_country: call save_config instead of reconfigure
This commit is contained in:
@@ -468,7 +468,7 @@ get_wifi_country() {
|
||||
fi
|
||||
return 1
|
||||
fi
|
||||
wpa_cli -i "$IFACE" reconfigure > /dev/null 2>&1
|
||||
wpa_cli -i "$IFACE" save_config > /dev/null 2>&1
|
||||
COUNTRY="$(wpa_cli -i "$IFACE" get country)"
|
||||
if [ "$COUNTRY" = "FAIL" ]; then
|
||||
return 1
|
||||
|
Reference in New Issue
Block a user