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

This commit is contained in:
Julius Goryavsky 2021-05-11 10:04:52 +02:00
parent 089d82a74b
commit 3cf57aae9f
2 changed files with 1 additions and 1 deletions

0
scripts/wsrep_sst_common.sh Executable file → Normal file
View file

View file

@ -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/'" \