From 35957eb205b1d3ff4407eb6e94374b135e4e0b50 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jul 2023 15:24:33 +0200 Subject: [PATCH] remove return --- usr/bin/archboot-clock.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/bin/archboot-clock.sh b/usr/bin/archboot-clock.sh index d60282b77..f3bfaad1e 100755 --- a/usr/bin/archboot-clock.sh +++ b/usr/bin/archboot-clock.sh @@ -104,7 +104,6 @@ _timeset() { if _dialog --cr-wrap --title " Confirmation Dialog " --yesno "$(${_DATE_PROGRAM})" 0 0; then _dialog --infobox "Clock configuration completed successfully." 3 50 sleep 3 - return 0 else _timezone fi