From d20dabe8e8e100f06ade10e6c60b11564c17ff1e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 11 Jul 2013 17:00:49 +0000 Subject: procd: the delete ubus call was passed the wrong field name for services Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37247 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/procd/files/procd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index 3f1311ca87..b706b1e97d 100644 --- a/package/system/procd/files/procd.sh +++ b/package/system/procd/files/procd.sh @@ -184,7 +184,7 @@ _procd_kill() { local instance="$2" json_init - [ -n "$service" ] && json_add_string service "$service" + [ -n "$service" ] && json_add_string name "$service" [ -n "$instance" ] && json_add_string instance "$instance" _procd_ubus_call delete } -- cgit v1.2.3