mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
Merge 4e4a3bdd74
into a20e0eed55
This commit is contained in:
commit
72ff5d113c
1 changed files with 4 additions and 1 deletions
5
algo
5
algo
|
@ -226,7 +226,10 @@ Enter the number of your desired region:
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ROLES="digitalocean vpn cloud"
|
ROLES="digitalocean vpn cloud"
|
||||||
EXTRA_VARS="do_access_token=$do_access_token do_server_name=$do_server_name do_region=$do_region"
|
EXTRA_VARS="do_server_name=$do_server_name do_region=$do_region"
|
||||||
|
if [ -n "$do_access_token" ]; then
|
||||||
|
EXTRA_VARS="$EXTRA_VARS do_access_token=$do_access_token"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
ec2 () {
|
ec2 () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue