From 8e952eff22625182966c858a744a2ced8b00ff72 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:27:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B93?= =?UTF-8?q?02=E9=87=8D=E5=AE=9A=E5=90=91=E6=A3=80=E6=B5=8B=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index d6c4e8a..3909421 100644 --- a/install.sh +++ b/install.sh @@ -5656,12 +5656,12 @@ checkNginx302() { local domain302Status= domain302Status=$(curl -s "https://${currentHost}:${currentPort}") if echo "${domain302Status}" | grep -q "302"; then - local domain302Result= - domain302Result=$(curl -L -s "https://${currentHost}:${currentPort}") - if [[ -n "${domain302Result}" ]]; then - echoContent green " ---> 302重定向设置完毕" - exit 0 - fi + # local domain302Result= + # domain302Result=$(curl -L -s "https://${currentHost}:${currentPort}") + # if [[ -n "${domain302Result}" ]]; then + echoContent green " ---> 302重定向设置完毕" + exit 0 + # fi fi echoContent red " ---> 302重定向设置失败,请仔细检查是否和示例相同" backupNginxConfig restoreBackup @@ -9711,7 +9711,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.3.21" + echoContent green "当前版本:v3.3.22" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus