From 3d0d7edd98b1d6a376a861997582f8ef89235fc0 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Wed, 14 Jan 2026 00:38:26 +0800 Subject: [PATCH] update --- 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 44a2a83..e3e31da 100644 --- a/bin/update_port.sh +++ b/bin/update_port.sh @@ -45,7 +45,7 @@ find_free_port() { } update_port(){ - local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/ + local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # 脚本文件夹路径 local config_dir="$script_dir/../conf" source "$script_dir/utils/jq_util.sh"