mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Change reference
This commit is contained in:
parent
d48cc54b77
commit
0bbadbf166
@ -610,7 +610,6 @@ function validate_os_sshpass {
|
|||||||
echo_info
|
echo_info
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
MESSAGE="Validating Connection to ${REMOTE_HOST}"
|
MESSAGE="Validating Connection to ${REMOTE_HOST}"
|
||||||
echo_stat
|
echo_stat
|
||||||
if hash ssh 2>/dev/null
|
if hash ssh 2>/dev/null
|
||||||
@ -907,7 +906,10 @@ function config_generate {
|
|||||||
echo_warn
|
echo_warn
|
||||||
if hash ssh 2>/dev/null
|
if hash ssh 2>/dev/null
|
||||||
then
|
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
|
echo_info
|
||||||
|
|
||||||
MESSAGE="Leave password blank to use key-pair! (reccomended)"
|
MESSAGE="Leave password blank to use key-pair! (reccomended)"
|
||||||
|
Loading…
Reference in New Issue
Block a user