From 59fba3f6aadad5ea72a0836d302526e5f49cf640 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Wed, 31 Dec 2025 00:55:11 +0800 Subject: [PATCH] fix bug --- 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 f0726e4..7cf2914 100644 --- a/bin/update_port.sh +++ b/bin/update_port.sh @@ -50,7 +50,7 @@ change_port(){ source "$script_dir/utils/jq_util.sh" local port=$(find_free_port) - modify_json_file "$config_dir/config/config.json" ".listen" ":$port" + modify_json_file "$config_dir/config.json" ".listen" ":$port" echo "已分配新的空闲端口, 设置端口成功" }