From a65ae18d2ddd32c1d3ef4cdde5ab7bc1aeded3e5 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Wed, 5 Apr 2023 23:07:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9re?= =?UTF-8?q?ality=205=E5=8D=95=E7=8B=AC=E5=AE=89=E8=A3=85=E6=97=B6=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index efb7f84..0ca3549 100644 --- a/install.sh +++ b/install.sh @@ -3206,8 +3206,8 @@ EOF EOF fi # VLESS Vision - local defaultPort=443 if echo "${selectCustomInstallType}" | grep -q 0 || [[ "$1" == "all" ]]; then + local defaultPort=443 if [[ -n "${customPort}" ]]; then defaultPort=${customPort} fi @@ -6071,7 +6071,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.7.27_reality_beta" + echoContent green "当前版本:v2.7.28_reality_beta" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus