From 920322cf52354ff6e34cda746c3dd01be2f001f5 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:24:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=AF=86=E5=88=ABhttp=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c1b5f12..9b6e1ec 100644 --- a/install.sh +++ b/install.sh @@ -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