smaller menu

This commit is contained in:
Tobias Powalowski 2022-12-05 21:10:41 +01:00
parent d9cb766a3c
commit 177b330abe

View file

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