Set default value for GCE to mentioned value (14) (#594)

This commit is contained in:
Jens
2017-06-10 10:37:00 -04:00
committed by Dan Guido
parent 6ae113a38f
commit ae2efea3de
+1 -1
View File
@@ -330,7 +330,7 @@ Name the vpn server:
24. Northeast Asia (Tokyo C)
Please choose the number of your zone. Press enter for default (#14) zone.
[14]: " -r region
region=${region:-8}
region=${region:-14}
case "$region" in
1) zone="us-west1-a" ;;