From 9aac079a84a90287291e13a164dbf77b1eab9b90 Mon Sep 17 00:00:00 2001 From: Julius Goryavsky Date: Tue, 11 May 2021 10:04:52 +0200 Subject: [PATCH] MDEV-23580 addendum: normal operation in configurations where stunnel is not available --- scripts/wsrep_sst_common.sh | 0 scripts/wsrep_sst_rsync.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 scripts/wsrep_sst_common.sh diff --git a/scripts/wsrep_sst_common.sh b/scripts/wsrep_sst_common.sh old mode 100755 new mode 100644 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/'" \