diff --git a/usr/lib/archboot/installer/network.sh b/usr/lib/archboot/installer/network.sh index 7bf7363d7..71fad3fe0 100644 --- a/usr/lib/archboot/installer/network.sh +++ b/usr/lib/archboot/installer/network.sh @@ -70,7 +70,7 @@ donetwork() { DIALOG --infobox "Checking on WPA/PSK encryption ..." 3 40 iw dev "${INTERFACE}" scan | grep -q 'RSN:' && WPA="1" iw dev "${INTERFACE}" scan | grep -q 'WPA:' && WPA="1" - [[ "${WPA}" == "1" ]] && WPA_MENU=""WPA-PSK" "Encrypted network"" + [[ "${WPA}" == "1" ]] && WPA_MENU="\"WPA-PSK\" \"Encrypted network\"" #shellcheck disable=SC2181 while [[ "${WLAN_SECURITY}" = "" ]]; do #shellcheck disable=2046