From 1137fedb131eab72cefcbe6a9d942f7d06f745aa Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 4 Sep 2023 15:44:54 +0200 Subject: [PATCH] same size of dialog --- 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 1540bced3..264638480 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -51,7 +51,7 @@ _network_check() { # abort after 10 seconds _progress "$((_COUNT*10))" "Waiting $((10-_COUNT)) seconds for network link to come up..." [[ "${_COUNT}" == 10 ]] && break - done | _dialog --title " Network Configuration " --no-mouse --gauge "Waiting 10 seconds for network link to come up..." 6 60 0 + done | _dialog --title " Network Configuration " --no-mouse --gauge "Waiting 10 seconds for network link to come up..." 6 75 0 if ! getent hosts www.google.com &>"${_NO_LOG}"; then clear echo -e "\e[91mAborting:\e[m"