replace double quotes with single quote

This commit is contained in:
Tobias Powalowski 2022-12-13 20:42:29 +01:00
parent 98e93206e8
commit 7647ab745a

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 SSID='${WLAN_SSID}' with ${INTERFACE} ..." 3 70 DIALOG --infobox "Connection to SSID='${WLAN_SSID}' with interface ${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"