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:20:32 +0000 (07:20 +0200)
commitc933b6d22478c1113629ef549beea6337f978d62
tree4e06f2e44ebbb5d395454ca55001f674ba570c1c
parent5ef9e4f107a94c502908403fdf56cf6bcdc08dd2
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>
package/system/procd/Makefile
package/system/procd/files/procd.sh