From a237c46c7e8859493c51fd56df2263cd42d95a68 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Tue, 21 Apr 2026 16:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=BD=93=E5=89=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E7=9B=91=E5=90=AC=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/update_port.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update_port.sh b/bin/update_port.sh index de34ce0..e68be6c 100644 --- a/bin/update_port.sh +++ b/bin/update_port.sh @@ -182,7 +182,7 @@ ask_update_port(){ update_port "$new_port" } - +# 获取当前配置的监听端口 get_listen_port(){ local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" local config_file="$script_dir/../config/config.json"