From 9feddc1c80ddde4de3c78ecf1ded9dcad79fdb29 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Thu, 20 Nov 2025 19:24:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA=E8=AF=AD?= 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 83129e2..279a655 100644 --- a/bin/update_port.sh +++ b/bin/update_port.sh @@ -51,7 +51,7 @@ change_port(){ local port=$(find_free_port) modify_json_file "$config_dir/config.json" ".listen" ":$port" - echo "设置端口成功" + echo "已分配新的空闲端口, 设置端口成功" } change_port \ No newline at end of file