fix(脚本): 修复无法识别http订阅问题

pull/1006/head
mack-a 2024-03-26 22:24:28 +08:00
parent e0cc394812
commit 920322cf52
1 changed files with 2 additions and 2 deletions

View File

@ -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 "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus