bugfix: process names dont start with slash

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

View File

@ -24,7 +24,7 @@
if [ -f "$__object/parameter/name" ]; then
name="$(cat "$__object/parameter/name")"
else
name="/$__object_id"
name="$__object_id"
fi
pgrep -x -f "$name" || true