fix(脚本): 修复订阅节点域名读取问题

pull/965/head
mack-a 2024-03-05 23:35:29 +08:00
parent 76af86b05a
commit ae8270c3c5
1 changed files with 2 additions and 2 deletions

View File

@ -770,7 +770,7 @@ readConfigHostPathUUID() {
if [[ -f "/etc/v2ray-agent/cdn" ]] && grep -q "address" "/etc/v2ray-agent/cdn"; then
currentCDNAddress=$(grep "address" "/etc/v2ray-agent/cdn" | awk -F "[:]" '{print $2}')
else
currentCDNAddress=currentHost
currentCDNAddress="${currentHost}"
fi
}
@ -8693,7 +8693,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者mack-a"
echoContent green "当前版本v3.2.13"
echoContent green "当前版本v3.2.14"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus