From ef115ae2a271a8ab1c4d6afccbce34825adcbe2a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 10 Mar 2016 20:15:59 +0000 Subject: procd: fix respawn related warning WARNING: Variable 'respawn' does not exist or is not an array/object Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48996 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/procd/files/procd.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'package/system/procd') diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index 6519561055..1c2edc6799 100644 --- a/package/system/procd/files/procd.sh +++ b/package/system/procd/files/procd.sh @@ -318,6 +318,7 @@ _procd_append_param() { _procd_close_instance() { local respawn_vals + _json_no_warning=1 if json_select respawn ; then json_get_values respawn_vals if [ -z "$respawn_vals" ]; then -- cgit v1.2.3