Skip to content

Commit 8b44ece

Browse files
Wensleydale497grayed
authored andcommitted
-f nc changed to -x nc
1 parent 64b2d20 commit 8b44ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run_shellweb(){
1919

2020
kill_shellweb() {
2121
pkill -u $(id -u) -f "$shellweb_cmd"
22-
pkill -u $(id -u) -f nc
22+
pkill -u $(id -u) -x nc
2323
}
2424

2525
cleanup() {

0 commit comments

Comments
 (0)