From: Kevin Darbyshire-Bryant Date: Wed, 13 Nov 2019 13:15:04 +0000 (+0000) Subject: luci-app-ddns: remove dos line endings X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F3300%2Fhead;p=project%2Fluci.git 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 --- 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 aa68bdf03c..dfefd8e96a 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" ] + } + } +}