From 361bee37afac1df8eaad306d2bd6670dc79273a1 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 22 Oct 2024 14:00:37 +0200 Subject: [PATCH] luci-app-dcwapd: Fix menu JSON bug Signed-off-by: Paul Donald --- .../root/usr/share/rpcd/acl.d/luci-app-dcwapd.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json b/applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json index 983c525be7..9ee4c01ff3 100644 --- a/applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json +++ b/applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json @@ -3,7 +3,8 @@ "description": "Grant UCI access for luci-app-dcwapd", "read": { "ubus": { - "luci-rpc": [ "getWirelessDevices" ], + "luci-rpc": [ "getWirelessDevices" ] + }, "uci": [ "dcwapd" ] }, "write": { -- 2.30.2