remove local

This commit is contained in:
Tobias Powalowski 2022-06-21 22:01:40 +02:00
parent a4ad68c245
commit 2b85f60f5b

View file

@ -56,7 +56,7 @@ donetwork() {
DIALOG --menu "Choose your ESSID:" 14 55 7 \
$(essid_scan _) \
"Hidden" "_" 2>"${ANSWER}" || return 1
local WLAN_ESSID=$(cat "${ANSWER}")
WLAN_ESSID=$(cat "${ANSWER}")
if [[ "${WLAN_ESSID}" = "Hidden" ]]; then
DIALOG --inputbox "Enter the hidden ESSID:" 8 65 \
"secret" 2>"${ANSWER}" || return 1