more shellchecks

This commit is contained in:
Tobias Powalowski 2022-05-17 15:33:58 +02:00
parent 29f5eaa919
commit 9526e04818

View file

@ -63,6 +63,7 @@ donetwork() {
WLAN_HIDDEN="yes"
fi
# remove spaces
#shellcheck disable=SC2001,SC2086
WLAN_ESSID="$(echo ${WLAN_ESSID} | sed -e 's|#|\ |g')"
DIALOG --yesno "Is your wireless network encrypted?" 5 40
#shellcheck disable=SC2181