Fixed spelling

This commit is contained in:
seajee
2024-06-18 21:15:12 +02:00
parent 4b93e6f034
commit 34f38380dc

View File

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