This commit is contained in:
Olia Lisa
2025-11-22 17:08:41 +08:00
parent 774b5955ad
commit 0e9714c3f0
5 changed files with 48 additions and 8 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ find_free_port() {
return 1
}
change_port(){
update_port(){
local script_dir=$(cd "$(dirname "$0")"; pwd)
local config_dir="$script_dir/../conf"
source "$script_dir/utils/jq_util.sh"
@@ -54,4 +54,4 @@ change_port(){
echo "设置端口成功"
}
change_port
update_port