From 9818425c2590f08a65b17d23c44ca1ea305796ff Mon Sep 17 00:00:00 2001 From: wanhebin Date: Wed, 8 Mar 2023 15:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 288f135..ce19c06 100755 --- a/start.sh +++ b/start.sh @@ -77,8 +77,8 @@ Text3="配置文件config.yaml下载成功!" Text4="配置文件config.yaml下载失败,退出启动!" for i in {1..10} do - wget -q -O $Temp_Dir/clash.yaml $URL #curl -s -o $Temp_Dir/clash.yaml $URL + wget -q -O $Temp_Dir/clash.yaml $URL ReturnStatus=$? if [ $ReturnStatus -eq 0 ]; then break