From e48a9135b145325dfbd9d81685f575bed566324f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 2 Aug 2023 20:47:35 +0200 Subject: [PATCH] smaller box --- usr/lib/archboot/update/manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/manage.sh b/usr/lib/archboot/update/manage.sh index fc1d2e907..87ccb7cfb 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -55,7 +55,7 @@ _network_check() { _update_installer_check() { if [[ -f /.update ]]; then - _dialog --title " ERROR " --infobox "update is already running on other tty...\nYou need to remove /.update first!" 5 70 + _dialog --title " ERROR " --infobox "update is already running on other tty...\nYou need to remove /.update first!" 4 70 sleep 3 exit 1 fi