mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Set default value for GCE to mentioned value (14) (#594)
This commit is contained in:
parent
6ae113a38f
commit
ae2efea3de
1 changed files with 1 additions and 1 deletions
2
algo
2
algo
|
@ -330,7 +330,7 @@ Name the vpn server:
|
||||||
24. Northeast Asia (Tokyo C)
|
24. Northeast Asia (Tokyo C)
|
||||||
Please choose the number of your zone. Press enter for default (#14) zone.
|
Please choose the number of your zone. Press enter for default (#14) zone.
|
||||||
[14]: " -r region
|
[14]: " -r region
|
||||||
region=${region:-8}
|
region=${region:-14}
|
||||||
|
|
||||||
case "$region" in
|
case "$region" in
|
||||||
1) zone="us-west1-a" ;;
|
1) zone="us-west1-a" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue