From d7def22f43f00e483a8f5d3fd1c19410a29067db Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 31 Aug 2023 14:16:36 +0200 Subject: [PATCH] remove sleep --- usr/bin/archboot-clock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-clock.sh b/usr/bin/archboot-clock.sh index fb2dbb228..d697a1fff 100755 --- a/usr/bin/archboot-clock.sh +++ b/usr/bin/archboot-clock.sh @@ -78,7 +78,7 @@ _auto_clock() { : > /.archboot _task_clock & _progress_wait "0" "99" "Using ${_ZONE} and enable NTP timesyncd..." "0.001" - _progress "100" "Clock configuration completed successfully." + _progress "100" "Automatic ${_ZONE} configuration completed successfully." sleep 2 }