Warn instead of info

This commit is contained in:
Michael Stanclift 2020-07-09 10:10:25 -05:00
parent 270b354e80
commit 201807bc4d

View File

@ -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