We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c13ac commit 04f92ddCopy full SHA for 04f92dd
scripts/wsrep_sst_xtrabackup-v2.sh
@@ -175,7 +175,7 @@ get_transfer()
175
fi
176
wsrep_log_info "Using netcat as streamer"
177
if [[ "$WSREP_SST_OPT_ROLE" == "joiner" ]];then
178
- if nc -h | grep -q ncat;then
+ if nc -h 2>&1 | grep -q ncat;then
179
tcmd="nc -l ${TSST_PORT}"
180
else
181
tcmd="nc -dl ${TSST_PORT}"
scripts/wsrep_sst_xtrabackup.sh
@@ -149,7 +149,7 @@ get_transfer()
149
150
151
152
153
154
155
0 commit comments