This commit is contained in:
Olia Lisa
2026-01-14 00:01:18 +08:00
parent cf6edeec37
commit d6188ebafb
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ find_free_port() {
}
update_port(){
local script_dir=$(cd "$(dirname "$0")"; pwd)
local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/
local config_dir="$script_dir/../conf"
source "$script_dir/utils/jq_util.sh"
@@ -54,4 +54,4 @@ update_port(){
echo "设置端口成功"
}
update_port
update_port