diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-11-13 13:15:04 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-11-13 13:15:04 +0000 |
commit | 08d56108d2c441a3b73218131de11406a5d0787f (patch) | |
tree | 7317c8aa2a8d158fcf39b04ff87795f0aea19636 | |
parent | 4111d54a8e71b0961604b9732f0b9b9b1f8f8f75 (diff) |
luci-app-ddns: remove dos line endings
Remove dos line endings from applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
-rw-r--r-- | applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json b/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json index aa68bdf03..dfefd8e96 100644 --- a/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json +++ b/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json @@ -1,17 +1,17 @@ -{
- "luci-app-ddns": {
- "description": "Grant access to ddns procedures",
- "read": {
- "ubus": {
- "luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ],
- "luci": [ "setInitAction" ],
- },
- "file": {
- "/etc/ddns/services": [ "read" ],
- "/etc/ddns/services_ipv6": [ "read" ],
- "/usr/lib/ddns/dynamic_dns_lucihelper.sh": [ "exec" ]
- },
- "uci": [ "ddns" ]
- }
- }
-}
+{ + "luci-app-ddns": { + "description": "Grant access to ddns procedures", + "read": { + "ubus": { + "luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ], + "luci": [ "setInitAction" ], + }, + "file": { + "/etc/ddns/services": [ "read" ], + "/etc/ddns/services_ipv6": [ "read" ], + "/usr/lib/ddns/dynamic_dns_lucihelper.sh": [ "exec" ] + }, + "uci": [ "ddns" ] + } + } +} |