force 2 letter country code to be lower case
This commit is contained in:
parent
4e3ed1a41b
commit
a0665cb18d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Zone (2 letter country code) should be first arg
|
||||
if [ -n "$1" ]; then
|
||||
zone=$1
|
||||
zone=${1,,}
|
||||
else
|
||||
echo "zone not set"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user