summaryrefslogtreecommitdiff
path: root/test/poi-service/script/kill-all
diff options
context:
space:
mode:
Diffstat (limited to 'test/poi-service/script/kill-all')
-rwxr-xr-xtest/poi-service/script/kill-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/poi-service/script/kill-all b/test/poi-service/script/kill-all
index 510d023..75032ad 100755
--- a/test/poi-service/script/kill-all
+++ b/test/poi-service/script/kill-all
@@ -1,4 +1,4 @@
#!/bin/sh
echo 'kill all remaining process'
-kill -9 `ps -ef | grep poi- | grep -v grep | awk '{print $2}'`
+kill -9 `ps -ef | egrep poi- | grep -v grep | awk '{print $2}'`