1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

drop unused assignment

This commit is contained in:
Jerry Vonau 2023-04-24 01:12:37 -05:00
parent d738fdc1ef
commit 995bc6308b

View file

@ -19,7 +19,6 @@ fi
# covers stock raspbian
if [ -f /etc/wpa_supplicant/wpa_supplicant.conf ] && [ ! -z $(pgrep dhcpcd) ]; then
echo "RasPiOS"
RASPBIAN=1
SSID=$(grep ssid /etc/wpa_supplicant/wpa_supplicant.conf | awk -F = '{print $2}' | sed -r s/\"// | sed -r s/\"//)
fi