Skip to content
Permalink
Browse files
MDEV-23580 addendum: normal operation in configurations where stunnel…
… is not available
  • Loading branch information
sysprg committed May 17, 2021
1 parent 27ae7f2 commit 9aac079
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
0 scripts/wsrep_sst_common.sh 100755 → 100644
Empty 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/'" \

0 comments on commit 9aac079

Please sign in to comment.