From d271b60b6a0e9fd7481a4c178d5162556b6bf56e Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Mon, 20 Feb 2017 03:40:40 +0100 Subject: [PATCH] Update algo --- algo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/algo b/algo index 18e426bf3..df83df20e 100755 --- a/algo +++ b/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}