change message to SSID=

This commit is contained in:
Tobias Powalowski 2022-12-13 20:38:11 +01:00
parent 38417bf092
commit b8cdbc5d91

View file

@ -58,7 +58,7 @@ do_wireless() {
WLAN_KEY=$(cat "${ANSWER}") WLAN_KEY=$(cat "${ANSWER}")
fi fi
# time to connect # time to connect
DIALOG --infobox "Connection to \"${WLAN_SSID}\" with ${INTERFACE} ..." 3 70 DIALOG --infobox "Connection to SSID=\"${WLAN_SSID}\" with ${INTERFACE} ..." 3 70
printk off printk off
if [[ -z "${WLAN_KEY}" ]]; then if [[ -z "${WLAN_KEY}" ]]; then
iwctl station "${INTERFACE}" "${WLAN_CONNECT}" "${WLAN_SSID}" > /dev/null 2>&1 && WLAN_AUTH="1" iwctl station "${INTERFACE}" "${WLAN_CONNECT}" "${WLAN_SSID}" > /dev/null 2>&1 && WLAN_AUTH="1"