fix typo (#179)
This commit is contained in:
+1
-1
@@ -544,7 +544,7 @@ while : ; do
|
|||||||
|
|
||||||
CMD="rsync"
|
CMD="rsync"
|
||||||
if [ -n "$SSH_CMD" ]; then
|
if [ -n "$SSH_CMD" ]; then
|
||||||
$RSYNC_FLAGS="$RSYNC_FLAGS --compress"
|
RSYNC_FLAGS="$RSYNC_FLAGS --compress"
|
||||||
if [ -n "$ID_RSA" ] ; then
|
if [ -n "$ID_RSA" ] ; then
|
||||||
CMD="$CMD -e 'ssh -p $SSH_PORT -i $ID_RSA -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'"
|
CMD="$CMD -e 'ssh -p $SSH_PORT -i $ID_RSA -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user