shrink error box

This commit is contained in:
Tobias Powalowski 2023-07-14 21:08:02 +02:00
parent 0c604a70d2
commit 60033030a5

View file

@ -210,7 +210,7 @@ _network() {
# add sleep here for systemd-resolve get correct values # add sleep here for systemd-resolve get correct values
sleep 5 sleep 5
if ! getent hosts www.google.com &>"${_LOG}"; then if ! getent hosts www.google.com &>"${_LOG}"; then
_dialog --msgbox "Error:\nYour network is not working correctly, please configure again!" 6 70 _dialog --msgbox "Error:\nYour network is not working correctly, please configure again!" 5 60
return 1 return 1
fi fi
_dialog --infobox "Link is up. Network is ready." 3 50 _dialog --infobox "Link is up. Network is ready." 3 50