From 34f38380dc6ac6d2187781230f8ba1e6413df5a6 Mon Sep 17 00:00:00 2001 From: seajee Date: Tue, 18 Jun 2024 21:15:12 +0200 Subject: [PATCH] Fixed spelling --- chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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