remove sleep

This commit is contained in:
Tobias Powalowski 2023-08-31 14:16:36 +02:00
parent 0e22f1d536
commit d7def22f43

View file

@ -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
}