slower progressbar timer, avoid hang on clock setting, thanks felixonmars

This commit is contained in:
Tobias Powalowski 2024-02-25 10:36:18 +01:00
parent a927254488
commit 97ff865c91

View file

@ -76,7 +76,7 @@ _task_clock() {
_auto_clock() { _auto_clock() {
: > /.archboot : > /.archboot
_task_clock & _task_clock &
_progress_wait "0" "99" "Using ${_ZONE} and enable NTP timesyncd..." "0.005" _progress_wait "0" "99" "Using ${_ZONE} and enable NTP timesyncd..." "0.1"
_progress "100" "${_ZONE} configuration completed successfully." _progress "100" "${_ZONE} configuration completed successfully."
sleep 2 sleep 2
} }