update
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user