From f99eb6e8db58d71e76b8c41b39c251f139030cc4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jul 2023 12:42:11 +0200 Subject: [PATCH] remove line --- 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 5a968ca12..bb45a2dda 100755 --- a/usr/bin/archboot-clock.sh +++ b/usr/bin/archboot-clock.sh @@ -129,7 +129,7 @@ _dotimeset() { timedatectl set-time "${_DATETIME}" _SET_TIME="1" fi - if _dialog --cr-wrap --title " Confirmation Dialog " --yesno "$(${_DATE_PROGRAM})" 0 50; then + if _dialog --cr-wrap --title " Confirmation Dialog " --yesno "$(${_DATE_PROGRAM})" 12 50; then _dialog --infobox "Clock configuration completed successfully." 3 50 sleep 3 return 0