From 60033030a5bb7148c31bfac2ca45ef3f7164ea62 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jul 2023 21:08:02 +0200 Subject: [PATCH] shrink error box --- usr/bin/archboot-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-network.sh b/usr/bin/archboot-network.sh index ef04fbc56..d4bdc89d7 100755 --- a/usr/bin/archboot-network.sh +++ b/usr/bin/archboot-network.sh @@ -210,7 +210,7 @@ _network() { # add sleep here for systemd-resolve get correct values sleep 5 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 fi _dialog --infobox "Link is up. Network is ready." 3 50