add -x to pgrep

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-27 23:12:25 +02:00
parent 4cd70b7abb
commit 0e8d36f592
1 changed files with 2 additions and 1 deletions

View File

@ -23,4 +23,5 @@
process="$__object_id"
pgrep -f "$process" || true
ps aux
pgrep -x -f "$process" || true