From 08d56108d2c441a3b73218131de11406a5d0787f Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Wed, 13 Nov 2019 13:15:04 +0000 Subject: [PATCH] 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 --- .../usr/share/rpcd/acl.d/luci-app-ddns.json | 34 +++++++++---------- 1 file 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" ] + } + } +} -- 2.25.1