diff --git a/chroot.sh b/chroot.sh index 905f82d..56f3c04 100755 --- a/chroot.sh +++ b/chroot.sh @@ -13,7 +13,7 @@ while read -p "Enter time zone (${timezone}): " input if [[ -n "$input" ]]; then - input="$timezone" + break fi if [[ ! -f "/usr/share/zoneinfo/${input}" ]]; then