fix(脚本): 修复错误删除订阅问题

pull/1030/head
mack-a 2024-05-06 17:04:44 +08:00
parent eace3851ba
commit 5877634a00
1 changed files with 2 additions and 4 deletions

View File

@ -4436,7 +4436,6 @@ EOF
initRealityKey initRealityKey
echoContent skyBlue "\n开始配置VLESS+Reality+Vision协议端口" echoContent skyBlue "\n开始配置VLESS+Reality+Vision协议端口"
echo echo
mapfile -t result < <(initSingBoxPort "${singBoxVLESSRealityVisionPort}") mapfile -t result < <(initSingBoxPort "${singBoxVLESSRealityVisionPort}")
echoContent green "\n ---> VLESS_Reality_Vision端口${result[-1]}" echoContent green "\n ---> VLESS_Reality_Vision端口${result[-1]}"
cat <<EOF >/etc/v2ray-agent/sing-box/conf/config/07_VLESS_vision_reality_inbounds.json cat <<EOF >/etc/v2ray-agent/sing-box/conf/config/07_VLESS_vision_reality_inbounds.json
@ -7624,7 +7623,6 @@ customSingBoxInstall() {
installSingBox 4 installSingBox 4
installSingBoxService 5 installSingBoxService 5
initSingBoxConfig custom 6 initSingBoxConfig custom 6
unInstallSubscribe
cleanUp xrayDel cleanUp xrayDel
installCronTLS 7 installCronTLS 7
handleSingBox stop handleSingBox stop
@ -9108,7 +9106,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.46" echoContent green "当前版本v3.2.47"
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