mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-23580 addendum: normal operation in configurations where stunnel is not available
This commit is contained in:
parent
089d82a74b
commit
3cf57aae9f
2 changed files with 1 additions and 1 deletions
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…
Reference in a new issue