From daf661c0f28f5ec55af30c07082261f9a14c0374 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jul 2023 21:14:02 +0200 Subject: [PATCH] shrink error box --- usr/bin/archboot-network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-network.sh b/usr/bin/archboot-network.sh index 529639609..8691528a4 100755 --- a/usr/bin/archboot-network.sh +++ b/usr/bin/archboot-network.sh @@ -109,7 +109,7 @@ _wireless() { sleep 3 return 0 else - _dialog --infobox "Error:\nAuthentification failed. Please configure again!" 4 60 + _dialog --title "ERROR" --infobox "Authentification failed. Please configure again!" 3 60 sleep 5 return 1 fi @@ -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 --infobox "Error:\nYour network is not working correctly, please configure again!" 5 60 + _dialog --title "ERROR" --infobox "Your network is not working correctly, please configure again!" 3 60 sleep 5 return 1 fi