From deb7d9cc45fba14d781daa59483ae1872ee67f3b Mon Sep 17 00:00:00 2001 From: wanhebin Date: Mon, 14 Mar 2022 22:25:28 +0800 Subject: [PATCH] Fix the bug of URL check failure and fix the bug of download failure of subscription address. --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index a577e48..5d7ad27 100755 --- a/start.sh +++ b/start.sh @@ -58,7 +58,7 @@ unset no_proxy # 拉取更新config.yml文件 Text3="配置文件config.yaml下载成功!" Text4="配置文件config.yaml下载失败,退出启动!" -#wget -q -O $Temp_Dir/clash.yaml $URL +# wget -q -O $Temp_Dir/clash.yaml $URL curl -s -o $Temp_Dir/clash.yaml $URL if_success $Text3 $Text4