diff --git a/chroot.sh b/chroot.sh index 347bb99..103970d 100755 --- a/chroot.sh +++ b/chroot.sh @@ -8,7 +8,7 @@ password="" echoerr() { cat <<< "$@" 1>&2; } # Set the time zone -read -p "Enter timezone (${timezone}): " input +read -p "Enter time zone (${timezone}): " input if [[ -n "$input" ]]; then timezone="$input" fi