Skip to content

Commit ec623fd

Browse files
fixing stop script
1 parent 9f273e3 commit ec623fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stop_MockServer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

3-
`ps -ef | grep mockserver | grep -v grep | grep -v $0 | awk '{print $2}' | xargs -t -I '{}' kill '{}'`; echo done
3+
`ps -ef | grep mockserver | grep -v grep | grep -v JUnitStarter | grep -v $0 | awk '{print $2}' | xargs -t -I '{}' kill '{}'`; echo done
44

0 commit comments

Comments
 (0)