Skip to content

Commit

Permalink
Fixes #314
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Apr 4, 2017
1 parent eae4353 commit 578bb33
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions algo
Expand Up @@ -121,7 +121,7 @@ Name the vpn server:
24. North Central US
25. South India
26. West India
Enter the number of your desired region:
[1]: " -r azure_region
azure_region=${azure_region:-1}
Expand Down Expand Up @@ -239,11 +239,11 @@ Name the vpn server:
10. eu-central-1 EU (Frankfurt)
11. eu-west-1 EU (Ireland)
12. eu-west-2 EU (London)
13. sa-east-1 South America (São Paulo)
14. ca-central-1 Canada (Central)
13. ca-central-1 Canada (Central)
Enter the number of your desired region:
[1]: " -r aws_region
aws_region=${aws_region:-1}
# sa-east-1 region does not support the size instance we use.

case "$aws_region" in
1) region="us-east-1" ;;
Expand All @@ -257,9 +257,8 @@ Enter the number of your desired region:
9) region="ap-northeast-1" ;;
10) region="eu-central-1" ;;
11) region="eu-west-1" ;;
12) region="eu-west-2";;
13) region="sa-east-1" ;;
14) region="ca-central-1" ;;
12) region="eu-west-2";;
13) region="ca-central-1" ;;
esac

ROLES="ec2 vpn cloud"
Expand Down

0 comments on commit 578bb33

Please sign in to comment.