From 13620c253513540b39a21276e1c0405f0366c0e9 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 15 Jan 2021 15:57:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=A3=80=E6=9F=A5nginx=E6=98=AF=E5=90=A6=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E4=B9=8B=E5=89=8D=E7=9A=84=E6=97=B6=E9=97=B4=E5=81=9C=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 1398207..8631cff 100644 --- a/install.sh +++ b/install.sh @@ -479,6 +479,7 @@ initTLSNginxConfig() { checkIP # 测试nginx echoContent yellow "\n检查Nginx是否正常访问" + sleep 0.5 domainResult=$(curl -s "${domain}/test" | grep fjkvymb6len) if [[ -n ${domainResult} ]]; then handleNginx stop