Fixed mismatched variable names
This commit is contained in:
2
wifi.sh
2
wifi.sh
@@ -35,7 +35,7 @@ nmcli radio wifi on
|
|||||||
nmcli device wifi list
|
nmcli device wifi list
|
||||||
|
|
||||||
printf "Enter the SSID of the WiFi network you wish to connect to:\n"
|
printf "Enter the SSID of the WiFi network you wish to connect to:\n"
|
||||||
read -r WIFI_NAME
|
read -r wifiName
|
||||||
|
|
||||||
nmcli --ask device wifi connect ${wifiName}
|
nmcli --ask device wifi connect ${wifiName}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user