feat(脚本): 5reality管理增加读取上次安装的用户

pull/1006/head
mack-a 2024-03-21 10:10:06 +08:00
parent bcdfb89601
commit e0cc394812
1 changed files with 5 additions and 1 deletions

View File

@ -8563,6 +8563,10 @@ xrayCoreRealityInstall() {
# reality管理 # reality管理
manageReality() { manageReality() {
readInstallProtocolType readInstallProtocolType
readConfigHostPathUUID
readCustomPort
readSingBoxConfig
if ! echo "${currentInstallProtocolType}" | grep -q -E "7,|8," || [[ -z "${coreInstallType}" ]]; then if ! echo "${currentInstallProtocolType}" | grep -q -E "7,|8," || [[ -z "${coreInstallType}" ]]; then
echoContent red "\n ---> 请先安装Reality协议参考教程 https://www.v2ray-agent.com/archives/1680104902581#heading-11" echoContent red "\n ---> 请先安装Reality协议参考教程 https://www.v2ray-agent.com/archives/1680104902581#heading-11"
exit 0 exit 0
@ -8777,7 +8781,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.32" echoContent green "当前版本v3.2.33"
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