Skip to content

Commit 956b5f1

Browse files
author
Jan Lindström
authored
Merge pull request #446 from darkain/patch-1
Fixes Galera rsync sst on FreeBSD
2 parents 55c5448 + 7f2fab0 commit 956b5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/wsrep_sst_rsync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ check_pid_and_port()
6868
local port_info="$(sockstat -46lp ${rsync_port} 2>/dev/null | \
6969
grep ":${rsync_port}")"
7070
local is_rsync="$(echo $port_info | \
71-
grep -w '[[:space:]]\+rsync[[:space:]]\+'"$rsync_pid" 2>/dev/null)"
71+
grep '[[:space:]]\+rsync[[:space:]]\+'"$rsync_pid" 2>/dev/null)"
7272
;;
7373
*)
7474
if ! which lsof > /dev/null; then

0 commit comments

Comments
 (0)