Skip to content

Commit

Permalink
Update algo
Browse files Browse the repository at this point in the history
  • Loading branch information
dguido authored Feb 20, 2017
1 parent 23d69da commit d271b60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions algo
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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}

Expand Down

0 comments on commit d271b60

Please sign in to comment.