luci-base: fix trainling comma in ACL specification
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
0bc2970640
commit
71e22c1c34
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
"write": {
|
"write": {
|
||||||
"cgi-io": [ "upload" ],
|
"cgi-io": [ "upload" ],
|
||||||
"file": {
|
"file": {
|
||||||
"/etc/luci-uploads/*": [ "write" ],
|
"/etc/luci-uploads/*": [ "write" ]
|
||||||
},
|
},
|
||||||
"ubus": {
|
"ubus": {
|
||||||
"file": [ "remove" ],
|
"file": [ "remove" ],
|
||||||
|
|
Loading…
Reference in a new issue