From b230f2b1dcb423500145cd3f457274eb0a90e252 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 25 Feb 2024 16:28:40 +0100 Subject: [PATCH] next try fixing clock issue --- 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 0300b5f37..459000747 100755 --- a/usr/bin/archboot-clock.sh +++ b/usr/bin/archboot-clock.sh @@ -76,7 +76,7 @@ _task_clock() { _auto_clock() { : > /.archboot _task_clock & - _progress_wait "0" "99" "Using ${_ZONE} and enable NTP timesyncd..." "0.1" + _progress_wait "0" "99" "Using ${_ZONE} and enable NTP timesyncd..." "1" _progress "100" "${_ZONE} configuration completed successfully." sleep 2 }