summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJulius Goryavsky <julius.goryavsky@mariadb.com>2021-05-11 10:04:52 +0200
committerJulius Goryavsky <julius.goryavsky@mariadb.com>2021-05-11 10:12:47 +0200
commit2d47bad3ac10291043e58418d7e8ca7bd93389bb (patch)
treeb770b82a5eecf3b3556642902615275425b6bfe2 /scripts
parent7e8a89387b1faf8383bf2782d779be83c1141464 (diff)
downloadmariadb-git-2d47bad3ac10291043e58418d7e8ca7bd93389bb.tar.gz
MDEV-23580 addendum: normal operation in configurations where stunnel is not available
Diffstat (limited to 'scripts')
-rw-r--r--[-rwxr-xr-x]scripts/wsrep_sst_common.sh0
-rw-r--r--scripts/wsrep_sst_rsync.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wsrep_sst_common.sh b/scripts/wsrep_sst_common.sh
index d19a0dbfdd5..d19a0dbfdd5 100755..100644
--- a/scripts/wsrep_sst_common.sh
+++ b/scripts/wsrep_sst_common.sh
diff --git a/scripts/wsrep_sst_rsync.sh b/scripts/wsrep_sst_rsync.sh
index 70e4a3326a1..f32689a9e43 100644
--- a/scripts/wsrep_sst_rsync.sh
+++ b/scripts/wsrep_sst_rsync.sh
@@ -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/'" \