From 34bd2624ab06326deb2bc62c451c704e64642f9a Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 21 Jul 2023 16:00:05 +0200 Subject: [PATCH] move result to end --- usr/bin/archboot-clock.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-clock.sh b/usr/bin/archboot-clock.sh index 24ad4bce2..a4cc56ae2 100755 --- a/usr/bin/archboot-clock.sh +++ b/usr/bin/archboot-clock.sh @@ -74,8 +74,6 @@ _timeset() { timedatectl set-time "${_DATETIME}" _SET_TIME="1" fi - _dialog --infobox "Clock configuration completed successfully." 3 50 - sleep 3 } _check @@ -84,5 +82,7 @@ while [[ -z "${_SET_TIME}" ]]; do _timezone _timeset done +_dialog --infobox "Clock configuration completed successfully." 3 50 +sleep 3 _cleanup # vim: set ts=4 sw=4 et: