diff --git a/usr/bin/archboot-clock.sh b/usr/bin/archboot-clock.sh index 7ae06129e..5f99d0c0f 100755 --- a/usr/bin/archboot-clock.sh +++ b/usr/bin/archboot-clock.sh @@ -49,7 +49,7 @@ _timeset() { if [[ -z "${_SET_TIME}" ]]; then timedatectl set-ntp 0 # display and ask to set date/time - _dialog --title " Date " --no-cancel --calendar --date-format='%F' "Use to navigate and arrow keys to change values." 0 0 0 0 0 2>"${_ANSWER}" + _dialog --title " Date " --no-cancel --date-format '%F' --calendar "Use to navigate and arrow keys to change values." 0 0 0 0 0 2>"${_ANSWER}" _DATE="$(cat "${_ANSWER}")" _dialog --title " Time " --no-cancel --timebox "Use to navigate and up/down to change values." 0 0 2>"${_ANSWER}" _TIME="$(cat "${_ANSWER}")"