Skip to content

Commit

Permalink
luci-mod-system: Fix broken JSON in ACL
Browse files Browse the repository at this point in the history
Fixes openwrt#7126.

Signed-off-by: Christian Svensson <[email protected]>
  • Loading branch information
bluecmd authored and systemcrash committed May 18, 2024
1 parent 2ca8b9d commit fbd98a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"write": {
"ubus": {
"luci": [ "setLocaltime", "setPassword" ],
"rc": [ "init" ],
"rc": [ "init" ]
},
"uci": [ "luci", "system" ]
}
Expand Down

0 comments on commit fbd98a3

Please sign in to comment.