1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

"Couldn't find an UPSTREAM SSID in files like wpa_supplicant.conf"

This commit is contained in:
A Holt 2023-04-27 07:49:40 -04:00 committed by GitHub
parent 8eb29a9ede
commit df08ecfef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# those can be parsed for the ssid without needing the related service running
# first.
# "Netplan systemd" "NetworkManager" need to be running to be able to parse for
# the ssid, from the generated config file for "Netplan systemd" and from the
# the ssid, from the generated config file for "Netplan systemd" and from the
# running environment for "NetworkManager".
# "iiab-wifi-test.service" acts as a bit of a traffic cop keeping the ordering
# of the services more deterministic when active and tries to catch a channel
@ -66,7 +66,9 @@ fi
echo "ssid is $SSID"
if [ -z "$SSID" ]; then
echo "Couldn't find ssid $SSID to use exiting"
echo "Couldn't find an UPSTREAM SSID in files like wpa_supplicant.conf -- so exiting."
echo "CLARIF: This is normal when UPSTREAM WIFI is not active, as there would be no"
echo "UPSTREAM SSID to extract, e.g. if 'wifi_up_down: False'"
if [ $NETPLAN -gt 0 ]; then
echo "Netplan1"
fi