From 7b267fb0c530cdc404b1e5c58e5fd946acc04a3b Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 1 Jul 2019 01:26:58 +0800 Subject: [PATCH] modified: package/cnsztl/luci-app-baidupcs-mipsle/files/etc/init.d/baidupcs modified: package/cnsztl/luci-app-filebrowser-mipsle/files/etc/init.d/filebrowser --- .../cnsztl/luci-app-baidupcs-mipsle/files/etc/init.d/baidupcs | 2 +- .../luci-app-filebrowser-mipsle/files/etc/init.d/filebrowser | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/cnsztl/luci-app-baidupcs-mipsle/files/etc/init.d/baidupcs b/package/cnsztl/luci-app-baidupcs-mipsle/files/etc/init.d/baidupcs index e70e044ec6..6a34f447a7 100755 --- a/package/cnsztl/luci-app-baidupcs-mipsle/files/etc/init.d/baidupcs +++ b/package/cnsztl/luci-app-baidupcs-mipsle/files/etc/init.d/baidupcs @@ -13,7 +13,7 @@ start() { [ "$enabled" == "1" ] || return if [ ! -f "$path/baidupcs" ];then - wget -O $path/baidupcs https://openwrt-cdn.netlify.com/download/bin/mipsle/baidupcs-go && cd $path && ./baidupcs web --port $port --access >/dev/null 2>&1 & + wget -O $path/baidupcs https://mirror.router.ctcgfw.generalcdn.top/download/mipsle/baidupcs-go && cd $path && ./baidupcs web --port $port --access >/dev/null 2>&1 & else $path/baidupcs web --port $port --access >/dev/null 2>&1 & fi diff --git a/package/cnsztl/luci-app-filebrowser-mipsle/files/etc/init.d/filebrowser b/package/cnsztl/luci-app-filebrowser-mipsle/files/etc/init.d/filebrowser index a72f40dcfc..12972bcd3b 100755 --- a/package/cnsztl/luci-app-filebrowser-mipsle/files/etc/init.d/filebrowser +++ b/package/cnsztl/luci-app-filebrowser-mipsle/files/etc/init.d/filebrowser @@ -14,7 +14,7 @@ start() { [ "$enabled" == "1" ] || return if [ ! -f "$path/filebrowser" ];then - wget -O $path/filebrowser https://openwrt-cdn.netlify.com/download/bin/mipsle/filebrowser && cd $path && ./filebrowser --port $port --scope $scope >/dev/null 2>&1 & + wget -O $path/filebrowser https://mirror.router.ctcgfw.generalcdn.top/download/mipsle/filebrowser && cd $path && ./filebrowser --port $port --scope $scope >/dev/null 2>&1 & else cd $path && ./filebrowser --port $port --scope $scope >/dev/null 2>&1 & fi