From e28938133977e7ab60fa515509fdec130faeb39e Mon Sep 17 00:00:00 2001 From: wanhebin Date: Tue, 19 Apr 2022 15:03:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=A2=E9=98=85=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=8F=AF=E7=94=A8=E6=80=A7=E6=A3=80=E6=B5=8B=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E3=80=82?= 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 be7652c..06c90e3 100755 --- a/start.sh +++ b/start.sh @@ -47,7 +47,7 @@ URL='更改为你的clash订阅地址' # 检查url是否有效 Text1="Clash订阅地址可访问!" Text2="Clash订阅地址不可访问!" -curl -o /dev/null -s -m 10 --connect-timeout 10 -w %{http_code} $URL | grep '[23][0-9][0-9]' +curl -o /dev/null -s -m 10 --connect-timeout 10 -w %{http_code} $URL | grep '[23][0-9][0-9]' &>/dev/null if_success $Text1 $Text2 # 临时取消环境变量