Fixed mismatched variable names

This commit is contained in:
2026-01-11 19:04:57 -05:00
parent b8b5918feb
commit 25afed7541

View File

@@ -35,7 +35,7 @@ nmcli radio wifi on
nmcli device wifi list
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}