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:
parent
8eb29a9ede
commit
df08ecfef6
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue