mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 修改sing-box安装reality时错误问题
parent
a3151f5626
commit
8d4ce3337d
|
@ -7638,7 +7638,7 @@ installSubscribe() {
|
|||
echo
|
||||
local httpSubscribeStatus=
|
||||
|
||||
if ! echo "${selectCustomInstallType}" | grep -qE ",0,|,1,|,2,|,3,|,4,|,5,|,6,|,9,|,10," && ! echo "${currentInstallProtocolType}" | grep -qE ",0,|,1,|,2,|,3,|,4,|,5,|,6,|,9,|,10,"; then
|
||||
if ! echo "${selectCustomInstallType}" | grep -qE ",0,|,1,|,2,|,3,|,4,|,5,|,6,|,9,|,10," && ! echo "${currentInstallProtocolType}" | grep -qE ",0,|,1,|,2,|,3,|,4,|,5,|,6,|,9,|,10," && [[ -z "${domain}" ]]; then
|
||||
httpSubscribeStatus=true
|
||||
fi
|
||||
|
||||
|
@ -8717,7 +8717,7 @@ menu() {
|
|||
cd "$HOME" || exit
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent green "作者:mack-a"
|
||||
echoContent green "当前版本:v3.2.25"
|
||||
echoContent green "当前版本:v3.2.26"
|
||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||
echoContent green "描述:八合一共存脚本\c"
|
||||
showInstallStatus
|
||||
|
|
Loading…
Reference in New Issue