diff --git a/gravity-sync.sh b/gravity-sync.sh index 1098ebb..708d546 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -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