Skip to content

Commit

Permalink
Remove debug echo from 10_wifi/hook
Browse files Browse the repository at this point in the history
ipaqmaster committed May 14, 2023
1 parent 6d77e28 commit a5007ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules.d/10_wifi/hook
Original file line number Diff line number Diff line change
@@ -42,7 +42,6 @@ function hook {
PSK="$( cut -f2 -d':' <<< ${wirelessNetworks[${network}]})"
wpa_supplicant_configuration+="$(echo -e "\nnetwork={\n ssid=\"${SSID}\"\n psk=${PSK}\n}")"
done
echo "${wpa_supplicant_configuration}"
echo -ne '\t\t'; wpa_supplicant -B ${interfaceArgs} -c <(echo "${wpa_supplicant_configuration}")
}

0 comments on commit a5007ee

Please sign in to comment.