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