From 59b950c9d2fe2757e73df6f9a642b111965ef5a7 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Tue, 1 Sep 2020 17:59:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0938c24..3320f14 100644 --- a/install.sh +++ b/install.sh @@ -449,7 +449,7 @@ checkGFWStatue(){ if [[ "${globalType}" = "wss" ]] then - sleep 1 + sleep 3 if [[ ! -z `curl -s -L https://${domain}/${customPath}|grep -v grep|grep "Bad Request"` ]] then progressTools "green" " 服务可用--->" @@ -474,7 +474,8 @@ checkGFWStatue(){ fi elif [[ "${globalType}" = "vlesstcpws" ]] then - sleep 1 + progressTools "yellow" "等待三秒--->" + sleep 3 if [[ ! -z `curl -s -L https://${domain}/${customPath}|grep -v grep|grep "Bad Request"` ]] then progressTools "green" " 服务可用--->"