mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 修复无法识别http订阅问题
parent
e0cc394812
commit
920322cf52
|
@ -507,7 +507,7 @@ readInstallProtocolType() {
|
|||
singBoxSocks5Port=$(jq .inbounds[0].listen_port "${row}.json")
|
||||
fi
|
||||
|
||||
done < <(find ${configPath} -name "*inbounds.json" | awk -F "[.]" '{print $1}')
|
||||
done < <(find ${configPath} -name "*inbounds.json" | sort | awk -F "[.]" '{print $1}')
|
||||
|
||||
if [[ "${coreInstallType}" == "1" && -n "${singBoxConfigPath}" ]]; then
|
||||
if [[ -f "${singBoxConfigPath}06_hysteria2_inbounds.json" ]]; then
|
||||
|
@ -8781,7 +8781,7 @@ menu() {
|
|||
cd "$HOME" || exit
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent green "作者:mack-a"
|
||||
echoContent green "当前版本:v3.2.33"
|
||||
echoContent green "当前版本:v3.2.34"
|
||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||
echoContent green "描述:八合一共存脚本\c"
|
||||
showInstallStatus
|
||||
|
|
Loading…
Reference in New Issue