mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user