Merge pull request #3300 from ldir-EDB0/master

luci-app-ddns: remove dos line endings
This commit is contained in:
Jo-Philipp Wich 2019-11-13 14:42:00 +01:00 committed by GitHub
commit 07e5fcbb1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,17 @@
{ {
"luci-app-ddns": { "luci-app-ddns": {
"description": "Grant access to ddns procedures", "description": "Grant access to ddns procedures",
"read": { "read": {
"ubus": { "ubus": {
"luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ], "luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ],
"luci": [ "setInitAction" ], "luci": [ "setInitAction" ],
}, },
"file": { "file": {
"/etc/ddns/services": [ "read" ], "/etc/ddns/services": [ "read" ],
"/etc/ddns/services_ipv6": [ "read" ], "/etc/ddns/services_ipv6": [ "read" ],
"/usr/lib/ddns/dynamic_dns_lucihelper.sh": [ "exec" ] "/usr/lib/ddns/dynamic_dns_lucihelper.sh": [ "exec" ]
}, },
"uci": [ "ddns" ] "uci": [ "ddns" ]
} }
} }
} }