修改config位置
This commit is contained in:
+2
-2
@@ -46,7 +46,7 @@ find_free_port() {
|
||||
|
||||
update_port(){
|
||||
local script_dir=$(cd "$(dirname "$0")"; pwd)
|
||||
local config_dir="$script_dir/../"
|
||||
local config_dir="$script_dir/../config"
|
||||
source "$script_dir/utils/jq_util.sh"
|
||||
|
||||
local port=$(find_free_port)
|
||||
@@ -54,4 +54,4 @@ update_port(){
|
||||
echo "设置端口成功"
|
||||
}
|
||||
|
||||
update_port
|
||||
update_port
|
||||
|
||||
Reference in New Issue
Block a user