mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-23580 addendum: normal operation in configurations where stunnel is not available
This commit is contained in:
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
|
# first, the normal directories, so that we can detect incompatible protocol
|
||||||
RC=0
|
RC=0
|
||||||
eval rsync "'${STUNNEL:+--rsh=$STUNNEL}'" \
|
eval rsync ${STUNNEL:+--rsh=\"$STUNNEL\"} \
|
||||||
--owner --group --perms --links --specials \
|
--owner --group --perms --links --specials \
|
||||||
--ignore-times --inplace --dirs --delete --quiet \
|
--ignore-times --inplace --dirs --delete --quiet \
|
||||||
$WHOLE_FILE_OPT $FILTER "'$WSREP_SST_OPT_DATA/'" \
|
$WHOLE_FILE_OPT $FILTER "'$WSREP_SST_OPT_DATA/'" \
|
||||||
|
Reference in New Issue
Block a user