fix byg
This commit is contained in:
parent
9ac2058ebd
commit
a404a704da
@ -53,7 +53,7 @@ create_config_with_tls_cert() {
|
|||||||
create_self_tls_config() {
|
create_self_tls_config() {
|
||||||
local script_dir=$(cd "$(dirname "$0")"; pwd)
|
local script_dir=$(cd "$(dirname "$0")"; pwd)
|
||||||
|
|
||||||
cp "$script_dir/../config/config_template/self_cert_config.json" "$script_dir/../config.json"
|
cp "$script_dir/../config_template/self_cert_config.json" "$script_dir/../config.json"
|
||||||
|
|
||||||
# 设置端口
|
# 设置端口
|
||||||
bash "$script_dir/update_port.sh"
|
bash "$script_dir/update_port.sh"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user