Revert "pgrep -x -f is to restrictive -> impossible to guess/match"
It's not, regexp are your friends :-)
This reverts commit d7623fcf21
.
This commit is contained in:
parent
5efb921980
commit
7d10560a61
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ else
|
|||
name="$__object_id"
|
||||
fi
|
||||
|
||||
pgrep -x "$name" || true
|
||||
pgrep -x -f "$name" || true
|
||||
|
|
Loading…
Reference in a new issue