Commit 69feb040 authored by Julius Goryavsky's avatar Julius Goryavsky

MDEV-23580 addendum: normal operation in configurations where stunnel is not available

parent bcd6af93
File mode changed from 100755 to 100644
......@@ -368,7 +368,7 @@ EOF
# first, the normal directories, so that we can detect incompatible protocol
RC=0
eval rsync "'${STUNNEL:+--rsh=$STUNNEL}'" \
eval rsync ${STUNNEL:+--rsh=\"$STUNNEL\"} \
--owner --group --perms --links --specials \
--ignore-times --inplace --dirs --delete --quiet \
$WHOLE_FILE_OPT $FILTER "'$WSREP_SST_OPT_DATA/'" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment