From 8be604072cbe9652f608dcd6671ae8b029f3fbaa Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 28 Sep 2020 14:45:49 +0200 Subject: ddns-scripts: move all json files to default Since we can also install custom ddns services, the name for the default services is not optimally chosen. To emphasize this the folder with the standard services for the package feed will be renamed to default. Signed-off-by: Florian Eckert --- net/ddns-scripts/files/usr/bin/ddns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ddns-scripts/files/usr/bin') diff --git a/net/ddns-scripts/files/usr/bin/ddns.sh b/net/ddns-scripts/files/usr/bin/ddns.sh index b4d861ed6..921465f7e 100644 --- a/net/ddns-scripts/files/usr/bin/ddns.sh +++ b/net/ddns-scripts/files/usr/bin/ddns.sh @@ -83,7 +83,7 @@ action_install() { local url cacert config_load ddns - config_get url global 'url' "${URL}${DDNS_PACKAGE_DIR}/services" + config_get url global 'url' "${URL}${DDNS_PACKAGE_DIR}/default" config_get cacert global 'cacert' "IGNORE" url="${url}/${service}.json" -- cgit v1.2.3