From 5877634a00d2a900805bc7878c2d6e086ad551d8 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 6 May 2024 17:04:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=88=A0=E9=99=A4=E8=AE=A2=E9=98=85=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 0958b50..4e89ad9 100644 --- a/install.sh +++ b/install.sh @@ -4436,7 +4436,6 @@ EOF initRealityKey echoContent skyBlue "\n开始配置VLESS+Reality+Vision协议端口" echo - mapfile -t result < <(initSingBoxPort "${singBoxVLESSRealityVisionPort}") echoContent green "\n ---> VLESS_Reality_Vision端口:${result[-1]}" cat </etc/v2ray-agent/sing-box/conf/config/07_VLESS_vision_reality_inbounds.json @@ -7624,7 +7623,6 @@ customSingBoxInstall() { installSingBox 4 installSingBoxService 5 initSingBoxConfig custom 6 - unInstallSubscribe cleanUp xrayDel installCronTLS 7 handleSingBox stop @@ -8767,7 +8765,7 @@ initRealityClientServersName() { realityServerName= if [[ -n "${domain}" ]]; then echo - read -r -p "是否使用${domain}此域名作为Reality目标域名 ?[y/n]:" realityServerNameCurrentDomainStatus + read -r -p "是否使用 ${domain} 此域名作为Reality目标域名 ?[y/n]:" realityServerNameCurrentDomainStatus if [[ "${realityServerNameCurrentDomainStatus}" == "y" ]]; then realityServerName="${domain}" if [[ "${selectCoreType}" == "1" ]]; then @@ -9108,7 +9106,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.2.46" + echoContent green "当前版本:v3.2.47" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus