mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Update algo
This commit is contained in:
parent
23d69da528
commit
d271b60b6a
1 changed files with 4 additions and 4 deletions
8
algo
8
algo
|
@ -293,11 +293,11 @@ Please choose the number of your zone. Press enter for default (#8) zone.
|
|||
|
||||
non_cloud () {
|
||||
read -p "
|
||||
Enter IP address of your server: (use localhost for local installation)
|
||||
Enter the IP address of your server: (or use localhost for local installation)
|
||||
: " -r server_ip
|
||||
|
||||
read -p "
|
||||
What user should we use to login on the server? (ignore if you're deploying to localhost)
|
||||
What user should we use to login on the server? (note: passwordless login required, or ignore if you're deploying to localhost)
|
||||
[root]: " -r server_user
|
||||
server_user=${server_user:-root}
|
||||
|
||||
|
@ -340,11 +340,11 @@ Enter the number of your desired provider
|
|||
user_management () {
|
||||
|
||||
read -p "
|
||||
Enter IP address of your server: (use localhost for local installation)
|
||||
Enter the IP address of your server: (or use localhost for local installation)
|
||||
: " -r server_ip
|
||||
|
||||
read -p "
|
||||
What user should we use to login on the server? (ignore if you're deploying to localhost)
|
||||
What user should we use to login on the server? (note: passwordless login required, or ignore if you're deploying to localhost)
|
||||
[root]: " -r server_user
|
||||
server_user=${server_user:-root}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue