luci-mod-system: Fix broken JSON in ACL

Fixes #7126.

Signed-off-by: Christian Svensson <blue@cmd.nu>
This commit is contained in:
Christian Svensson 2024-05-18 17:54:20 +02:00 committed by Paul Donald
parent 2ca8b9d0e1
commit fbd98a3da6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"write": { "write": {
"ubus": { "ubus": {
"luci": [ "setLocaltime", "setPassword" ], "luci": [ "setLocaltime", "setPassword" ],
"rc": [ "init" ], "rc": [ "init" ]
}, },
"uci": [ "luci", "system" ] "uci": [ "luci", "system" ]
} }