resize wireless messages

This commit is contained in:
Tobias Powalowski 2023-08-30 21:14:52 +02:00
parent 58bd9cab5d
commit 0291e0a3e0

View file

@ -81,7 +81,7 @@ _wireless() {
_WLAN_KEY=$(cat "${_ANSWER}") _WLAN_KEY=$(cat "${_ANSWER}")
fi fi
# time to connect # time to connect
_dialog --title " Network Configuration " --no-mouse --infobox "Connecting to '${_WLAN_SSID}' with interface ${_INTERFACE}..." 4 60 _dialog --title " Network Configuration " --no-mouse --infobox "Connecting to '${_WLAN_SSID}'\nwith interface ${_INTERFACE}..." 4 50
_printk off _printk off
if [[ -z "${_WLAN_KEY}" ]]; then if [[ -z "${_WLAN_KEY}" ]]; then
iwctl station "${_INTERFACE}" "${_WLAN_CONNECT}" "${_WLAN_SSID}" &>"${_NO_LOG}" && _WLAN_AUTH=1 iwctl station "${_INTERFACE}" "${_WLAN_CONNECT}" "${_WLAN_SSID}" &>"${_NO_LOG}" && _WLAN_AUTH=1