pgrep -x -f is to restrictive -> impossible to guess/match

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-11-14 23:18:44 +01:00
parent b9301c8194
commit d7623fcf21
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ else
name="$__object_id"
fi
pgrep -x -f "$name" || true
pgrep -x "$name" || true