diff --git a/install.sh b/install.sh index e042c10..07e5de6 100644 --- a/install.sh +++ b/install.sh @@ -741,6 +741,8 @@ readConfigHostPathUUID() { # reality if echo ${currentInstallProtocolType} | grep -q ",7,"; then + currentClients=$(jq -r .inbounds[0].settings.clients ${configPath}07_VLESS_vision_reality_inbounds.json) + xrayVLESSRealityVisionPort=$(jq -r .inbounds[0].port ${configPath}07_VLESS_vision_reality_inbounds.json) if [[ "${currentPort}" == "${xrayVLESSRealityVisionPort}" ]]; then xrayVLESSRealityVisionPort="${currentDefaultPort}" @@ -8717,7 +8719,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.2.26" + echoContent green "当前版本:v3.2.27" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus