fix(脚本): 修改publicKey无法展示问题

pull/1006/head
mack-a 2024-03-07 17:26:22 +08:00
parent 69661f57bf
commit a77963f75a
1 changed files with 3 additions and 3 deletions

View File

@ -4587,7 +4587,7 @@ EOF
elif [[ "${type}" == "vlessReality" ]]; then elif [[ "${type}" == "vlessReality" ]]; then
local realityServerName=${xrayVLESSRealityServerName} local realityServerName=${xrayVLESSRealityServerName}
local publicKey=${xrayVLESSRealityPublicKey} local publicKey=${currentRealityPublicKey}
if [[ "${coreInstallType}" == "2" ]]; then if [[ "${coreInstallType}" == "2" ]]; then
realityServerName=${singBoxVLESSRealityVisionServerName} realityServerName=${singBoxVLESSRealityVisionServerName}
publicKey=${singBoxVLESSRealityPublicKey} publicKey=${singBoxVLESSRealityPublicKey}
@ -4621,7 +4621,7 @@ EOF
elif [[ "${type}" == "vlessRealityGRPC" ]]; then elif [[ "${type}" == "vlessRealityGRPC" ]]; then
local realityServerName=${xrayVLESSRealityServerName} local realityServerName=${xrayVLESSRealityServerName}
local publicKey=${xrayVLESSRealityPublicKey} local publicKey=${currentRealityPublicKey}
if [[ "${coreInstallType}" == "2" ]]; then if [[ "${coreInstallType}" == "2" ]]; then
realityServerName=${singBoxVLESSRealityGRPCServerName} realityServerName=${singBoxVLESSRealityGRPCServerName}
publicKey=${singBoxVLESSRealityPublicKey} publicKey=${singBoxVLESSRealityPublicKey}
@ -8635,7 +8635,7 @@ menu() {
cd "$HOME" || exit cd "$HOME" || exit
echoContent red "\n==============================================================" echoContent red "\n=============================================================="
echoContent green "作者mack-a" echoContent green "作者mack-a"
echoContent green "当前版本v3.2.15" echoContent green "当前版本v3.2.16"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent" echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c" echoContent green "描述:八合一共存脚本\c"
showInstallStatus showInstallStatus