From dafb5d8d903b94900e64c976ac8747bac47c24c5 Mon Sep 17 00:00:00 2001 From: wanhebin Date: Wed, 8 Mar 2023 15:11:34 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 9033dc7..288f135 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 + #curl -s -o $Temp_Dir/clash.yaml $URL ReturnStatus=$? if [ $ReturnStatus -eq 0 ]; then break