add sleep

This commit is contained in:
Tobias Powalowski 2023-07-14 12:27:14 +02:00
parent 4798fd3faa
commit 8d9a97b397

View file

@ -117,6 +117,7 @@ _do_wireless() {
else
iwctl --passphrase="${_WLAN_KEY}" station "${_INTERFACE}" "${_WLAN_CONNECT}" "${_WLAN_SSID}" &>"${_NO_LOG}" && _WLAN_AUTH=1
fi
sleep 3
if [[ -n "${_WLAN_AUTH}" ]]; then
_dialog --infobox "Authentification was successful." 3 70
sleep 3