Fix the bug of URL check failure and fix the bug of download failure of subscription address.

This commit is contained in:
wanhebin 2022-03-14 22:25:28 +08:00
parent d4b7e6be6d
commit deb7d9cc45

View File

@ -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