remove sleep

This commit is contained in:
Tobias Powalowski 2023-08-31 14:12:51 +02:00
parent f59a269021
commit 7b1e33b0ca

View file

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