diff --git a/usr/bin/archboot-tz.sh b/usr/bin/archboot-tz.sh index 299a5ceee..6a2194e34 100755 --- a/usr/bin/archboot-tz.sh +++ b/usr/bin/archboot-tz.sh @@ -58,7 +58,7 @@ SET_ZONE="" while ! [[ "${SET_ZONE}" = "1" ]]; do REGIONS="Africa - America - Asia - Australia - Europe -" #shellcheck disable=SC2086 - DIALOG --menu "Please Select A Region:" 12 40 7 ${REGIONS} 2>${ANSWER} + DIALOG --menu "Please Select A Region:" 10 40 5 ${REGIONS} 2>${ANSWER} region=$(cat ${ANSWER}) ZONES=""