Skip to content

Commit 7bc458d

Browse files
committed
MDEV-23580 addendum: normal operation in configurations where stunnel is not available
1 parent d57e60d commit 7bc458d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/wsrep_sst_common.sh

100755100644
File mode changed.

scripts/wsrep_sst_rsync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ EOF
368368

369369
# first, the normal directories, so that we can detect incompatible protocol
370370
RC=0
371-
eval rsync "'${STUNNEL:+--rsh=$STUNNEL}'" \
371+
eval rsync ${STUNNEL:+--rsh=\"$STUNNEL\"} \
372372
--owner --group --perms --links --specials \
373373
--ignore-times --inplace --dirs --delete --quiet \
374374
$WHOLE_FILE_OPT $FILTER "'$WSREP_SST_OPT_DATA/'" \

0 commit comments

Comments
 (0)