Ensure wifi is not blocked by rfkill

pull/641/head
Colin Kuebler 2020-05-22 17:09:52 -04:00
parent 14b930ddca
commit 083dc2d58f
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ version_check () {
}
setup () {
rfkill unblock wifi
wpa_supplicant_pid=$(pidof wpa_supplicant)
if [ -n "$wpa_supplicant_pid" ]; then
echo "Attempting to stop wpa_supplicant"