remove return

This commit is contained in:
Tobias Powalowski 2023-07-14 15:24:33 +02:00
parent 047e558a8e
commit 35957eb205

View file

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