diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-09-28 14:45:49 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-09-28 14:47:37 +0200 |
commit | 8be604072cbe9652f608dcd6671ae8b029f3fbaa (patch) | |
tree | 7f3777a161b0ca5a9eab4c3d3f07328ef7b56d16 /net/ddns-scripts/files/usr/bin | |
parent | b67240f7ce4371270b6e9782d34c6dd5838c5cba (diff) |
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 <fe@dev.tdt.de>
Diffstat (limited to 'net/ddns-scripts/files/usr/bin')
-rw-r--r-- | net/ddns-scripts/files/usr/bin/ddns.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |