procd: fix invalid JSON filter expression in procd_running()
authorJo-Philipp Wich <jo@mein.io>
Thu, 19 Sep 2019 05:16:49 +0000 (07:16 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 19 Sep 2019 05:21:47 +0000 (07:21 +0200)
commit9cae5a8289737784343c0e6ed17569bc690fd2a5
tree383a20799ec3a38d85e13792a40cfed42899d9b4
parentc7e3ca59ab1554f17a293bd956881366f555811b
procd: fix invalid JSON filter expression in procd_running()

Since service and instance names may contain characters which are not allowed
in JSON path labels, such as dashes or spaces, change the filter expression
to array square bracket notation to properly match these cases as well.

Fixes: 2c3dd70741 ("procd: add procd_running() helper for checking running state")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit c933b6d22478c1113629ef549beea6337f978d62)
package/system/procd/Makefile
package/system/procd/files/procd.sh