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.
2 parents 55c5448 + 7f2fab0 commit 956b5f1Copy full SHA for 956b5f1
scripts/wsrep_sst_rsync.sh
@@ -68,7 +68,7 @@ check_pid_and_port()
68
local port_info="$(sockstat -46lp ${rsync_port} 2>/dev/null | \
69
grep ":${rsync_port}")"
70
local is_rsync="$(echo $port_info | \
71
- grep -w '[[:space:]]\+rsync[[:space:]]\+'"$rsync_pid" 2>/dev/null)"
+ grep '[[:space:]]\+rsync[[:space:]]\+'"$rsync_pid" 2>/dev/null)"
72
;;
73
*)
74
if ! which lsof > /dev/null; then
0 commit comments