mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 修改xray无法自定义uuid问题
parent
e731c1421a
commit
4388a8f204
|
@ -2083,8 +2083,6 @@ initXrayConfig() {
|
||||||
addClientsStatus=true
|
addClientsStatus=true
|
||||||
uuid=${currentUUID}
|
uuid=${currentUUID}
|
||||||
echoContent green "\n ---> 使用成功"
|
echoContent green "\n ---> 使用成功"
|
||||||
else
|
|
||||||
uuid=$(/etc/v2ray-agent/xray/xray uuid)
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -4410,7 +4408,7 @@ menu() {
|
||||||
cd "$HOME" || exit
|
cd "$HOME" || exit
|
||||||
echoContent red "\n=============================================================="
|
echoContent red "\n=============================================================="
|
||||||
echoContent green "作者:mack-a"
|
echoContent green "作者:mack-a"
|
||||||
echoContent green "当前版本:v2.5.53"
|
echoContent green "当前版本:v2.5.54"
|
||||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||||
echoContent green "描述:八合一共存脚本\c"
|
echoContent green "描述:八合一共存脚本\c"
|
||||||
showInstallStatus
|
showInstallStatus
|
||||||
|
|
Loading…
Reference in New Issue