mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 16:53:01 +02:00
fixes #65
This commit is contained in:
parent
d1585086f4
commit
93d2127eee
1 changed files with 2 additions and 1 deletions
3
algo
3
algo
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
algo_provisioning () {
|
||||
echo -n "
|
||||
|
@ -12,7 +13,7 @@ algo_provisioning () {
|
|||
Enter the number of your desired provider
|
||||
: "
|
||||
|
||||
read N
|
||||
read -r N
|
||||
|
||||
case "$N" in
|
||||
1) CLOUD="digitalocean" ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue