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