Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-04-18 00:40:14 +0300
committerJo-Philipp Wich <jo@mein.io>2020-04-18 00:40:14 +0300
commitf4651cb12981633309c645b3d7d52a5ad23c0aeb (patch)
tree844b9b9f2efe024de7e51a0da5d66135041d8c8b /applications/luci-app-firewall/root
parent71e22c1c34896e87f80f0c9537cb585de5280c83 (diff)
treewide: fix trailing commans in ACL JSON files
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-firewall/root')
-rw-r--r--applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json b/applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json
index 0ee29ad217..17d1fbab12 100644
--- a/applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json
+++ b/applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json
@@ -9,7 +9,7 @@
"file": [ "read" ],
"luci": [ "getConntrackHelpers" ]
},
- "uci": [ "firewall" ],
+ "uci": [ "firewall" ]
},
"write": {
"file": {