mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
0
This commit is contained in:
parent
34f47c1267
commit
c13ca47f06
@ -1019,7 +1019,7 @@ function detect_remotersync {
|
||||
|
||||
${SSHPASSWORD} ${SSH_CMD} -p ${SSH_PORT} -i "$HOME/${SSH_PKIF}" ${REMOTE_USER}@${REMOTE_HOST} "hash rsync" 2>/dev/null
|
||||
|
||||
if [ "$?" == "-bash: 0: command not found" ]
|
||||
if [ "$?" == "0" ]
|
||||
then
|
||||
echo_good
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user