File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ key=Ky7cUDT2GnI0XKWYbXv9AYmqbcLsqzL9mvdN9t/G
66
66
67
67
ARGS=" -b $key -a -e 128"
68
68
69
- # First, we run "killall " to get rid of all existing rtpw processes.
69
+ # First, we run "pkill " to get rid of all existing rtpw processes.
70
70
# This step also enables this script to clean up after itself; if this
71
71
# script is interrupted after the rtpw processes are started but before
72
72
# they are killed, those processes will linger. Re-running the script
73
73
# will get rid of them.
74
74
75
- killall rtpw 2> /dev/null
75
+ pkill -x rtpw 2> /dev/null
76
76
77
77
if test -n $MESON_EXE_WRAPPER || test -x $RTPW ; then
78
78
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ RTPW=./rtpw$EXE
62
62
DEST_PORT=9999
63
63
DURATION=3
64
64
65
- # First, we run "killall " to get rid of all existing rtpw processes.
65
+ # First, we run "pkill " to get rid of all existing rtpw processes.
66
66
# This step also enables this script to clean up after itself; if this
67
67
# script is interrupted after the rtpw processes are started but before
68
68
# they are killed, those processes will linger. Re-running the script
69
69
# will get rid of them.
70
70
71
- killall rtpw 2> /dev/null
71
+ pkill -x rtpw 2> /dev/null
72
72
73
73
if test -n $MESON_EXE_WRAPPER || test -x $RTPW ; then
74
74
You can’t perform that action at this time.
0 commit comments