fix(脚本): 修复添加订阅的错误记录

pull/785/head
mack-a 2023-07-24 16:44:37 +08:00
parent 476df4f840
commit 3d89ed0305
1 changed files with 2 additions and 2 deletions

View File

@ -6943,7 +6943,7 @@ addOtherSubscribe() {
elif ! echo "${remoteSubscribeUrl}" | grep -q ":"; then
echoContent red " ---> 规则不合法"
else
echo "${remoteSubscribeUrl}" >/etc/v2ray-agent/subscribe_remote/remoteSubscribeUrl
echo "${remoteSubscribeUrl}" >>/etc/v2ray-agent/subscribe_remote/remoteSubscribeUrl
local remoteUrl=
remoteUrl=$(echo "${remoteSubscribeUrl}" | awk -F "[:]" '{print $1":"$2}')
@ -7870,7 +7870,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者mack-a"
echoContent green "当前版本v2.10.2"
echoContent green "当前版本v2.10.3"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus