forked from ungleich-public/cdist
pgrep -x -f is to restrictive -> impossible to guess/match
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
b9301c8194
commit
d7623fcf21
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ else
|
|||
name="$__object_id"
|
||||
fi
|
||||
|
||||
pgrep -x -f "$name" || true
|
||||
pgrep -x "$name" || true
|
||||
|
|
Loading…
Reference in a new issue