mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-06-07 15:34:12 -04:00
Warn instead of info
This commit is contained in:
parent
270b354e80
commit
201807bc4d
@ -1014,9 +1014,6 @@ function detect_ssh {
|
||||
}
|
||||
|
||||
function detect_remotersync {
|
||||
MESSAGE="Validating RSYNC Ability to ${REMOTE_HOST}"
|
||||
echo_info
|
||||
|
||||
MESSAGE="Creating Test File on ${REMOTE_HOST}"
|
||||
echo_stat
|
||||
|
||||
@ -1024,6 +1021,9 @@ function detect_remotersync {
|
||||
CMD_REQUESTED="touch ~/gs.test"
|
||||
create_sshcmd
|
||||
|
||||
MESSAGE="If this fails make sure RSYNC is installed on ${REMOTE_HOST}"
|
||||
echo_warn
|
||||
|
||||
MESSAGE="Pulling Test File to $HOSTNAME"
|
||||
echo_stat
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user