Fixed spelling
This commit is contained in:
@@ -8,7 +8,7 @@ password=""
|
|||||||
echoerr() { cat <<< "$@" 1>&2; }
|
echoerr() { cat <<< "$@" 1>&2; }
|
||||||
|
|
||||||
# Set the time zone
|
# Set the time zone
|
||||||
read -p "Enter timezone (${timezone}): " input
|
read -p "Enter time zone (${timezone}): " input
|
||||||
if [[ -n "$input" ]]; then
|
if [[ -n "$input" ]]; then
|
||||||
timezone="$input"
|
timezone="$input"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user