update
This commit is contained in:
@@ -9,7 +9,7 @@ create_acme_tls_config() {
|
||||
cp "$config_dir/template/tls_cert_config.json" "$config_file"
|
||||
|
||||
# 设置端口
|
||||
update_port
|
||||
update_port $(find_free_port)
|
||||
|
||||
# 设置密码
|
||||
update_password
|
||||
@@ -53,7 +53,7 @@ create_self_tls_config() {
|
||||
cp "$script_dir/../config/template/self_cert_config.json" "$script_dir/../config/config.json"
|
||||
|
||||
# 设置端口
|
||||
update_port
|
||||
update_port $(find_free_port)
|
||||
|
||||
# 设置密码
|
||||
update_password
|
||||
|
||||
Reference in New Issue
Block a user