remove line

This commit is contained in:
Tobias Powalowski 2023-07-14 12:42:11 +02:00
parent 1b9eadf045
commit f99eb6e8db

View file

@ -129,7 +129,7 @@ _dotimeset() {
timedatectl set-time "${_DATETIME}" timedatectl set-time "${_DATETIME}"
_SET_TIME="1" _SET_TIME="1"
fi 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 _dialog --infobox "Clock configuration completed successfully." 3 50
sleep 3 sleep 3
return 0 return 0