File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ readConfigHostPathUUID() {
871
871
if echo ${currentInstallProtocolType} | grep -q " ,7," ; then
872
872
873
873
currentClients=$( jq -r .inbounds[0].settings.clients ${configPath} 07_VLESS_vision_reality_inbounds.json)
874
-
874
+ currentUUID= $( jq -r .inbounds[0].settings.clients[0].id ${configPath} 07_VLESS_vision_reality_inbounds.json )
875
875
xrayVLESSRealityVisionPort=$( jq -r .inbounds[0].port ${configPath} 07_VLESS_vision_reality_inbounds.json)
876
876
if [[ " ${currentPort} " == " ${xrayVLESSRealityVisionPort} " ]]; then
877
877
xrayVLESSRealityVisionPort=" ${currentDefaultPort} "
@@ -9432,7 +9432,7 @@ menu() {
9432
9432
cd " $HOME " || exit
9433
9433
echoContent red " \n=============================================================="
9434
9434
echoContent green " 作者:mack-a"
9435
- echoContent green " 当前版本:v3.4.29 "
9435
+ echoContent green " 当前版本:v3.4.30 "
9436
9436
echoContent green " Github:https://github.com/mack-a/v2ray-agent"
9437
9437
echoContent green " 描述:八合一共存脚本\c"
9438
9438
showInstallStatus
You can’t perform that action at this time.
0 commit comments