blob: 74b1efd3cb67781bd8e6a55884297779eec9e27a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- scripts/wsrep_sst_mariabackup.sh.orig 2022-02-16 20:18:40 UTC
+++ scripts/wsrep_sst_mariabackup.sh
@@ -715,7 +715,7 @@ recv_joiner()
local ltcmd="$tcmd"
if [ $tmt -gt 0 ]; then
if [ -n "$(commandex timeout)" ]; then
- if timeout --help | grep -qw -- '-k'; then
+ if timeout --help 2>&1 | grep -qw -- '-k'; then
ltcmd="timeout -k $(( tmt+10 )) $tmt $tcmd"
else
ltcmd="timeout -s9 $tmt $tcmd"
|