From 0bbadbf16643c37a9592bbd0e0ccbdaf4642fb9a Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 2 Jun 2020 15:26:25 -0500 Subject: [PATCH] Change reference --- gravity-sync.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 6e7a276..f0fbbec 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -610,7 +610,6 @@ function validate_os_sshpass { echo_info fi - MESSAGE="Validating Connection to ${REMOTE_HOST}" echo_stat if hash ssh 2>/dev/null @@ -907,7 +906,10 @@ function config_generate { echo_warn if hash ssh 2>/dev/null then - MESSAGE="Before proceeding reference ${BLUE}https://github.com/vmstan/gravity-sync/blob/master/ADVANCED.md#ssh-configuration${NC}" + MESSAGE="Please Reference Documentation" + echo_info + + MESSAGE="${BLUE}https://github.com/vmstan/gravity-sync/blob/master/ADVANCED.md#ssh-configuration${NC}" echo_info MESSAGE="Leave password blank to use key-pair! (reccomended)"