From 6a5c99d4352aa9b5699f5423f22aeb670032aee0 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 31 Aug 2023 08:10:19 +0200 Subject: [PATCH] dynamic progressbar --- usr/bin/archboot-clock.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/bin/archboot-clock.sh b/usr/bin/archboot-clock.sh index 9a3f1cbae..fd1b92328 100755 --- a/usr/bin/archboot-clock.sh +++ b/usr/bin/archboot-clock.sh @@ -78,6 +78,7 @@ _auto_clock() { : > /.archboot _task_clock & _progress_wait "0" "99" "Using ${_ZONE} and enable NTP timesyncd..." "0.01" + sleep 1 _progress "100" "Clock configuration completed successfully." sleep 2 }