MDEV-23580 addendum: normal operation in configurations where stunnel is not available
This commit is contained in:
parent
089d82a74b
commit
3cf57aae9f
0
scripts/wsrep_sst_common.sh
Executable file → Normal file
0
scripts/wsrep_sst_common.sh
Executable file → Normal 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/'" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user