删除错误代码

This commit is contained in:
Olia Lisa 2025-12-29 18:49:51 +08:00
parent 740159580f
commit 530931e5bc

View File

@ -12,9 +12,6 @@ create_config_with_tls_cert() {
# 设置密码
bash "$script_dir/update_password.sh"
# 设置混淆密码
bash "$script_dir/update_obfs_password.sh"
# 获取邮箱
read -p "请输入你的邮箱: " user_email
while [[ -z "$user_email" ]]; do
@ -62,9 +59,6 @@ create_self_tls_config() {
# 设置密码
bash "$script_dir/update_password.sh"
# 设置混淆密码
bash "$script_dir/update_obfs_password.sh"
# 生成自签名证书和设置域名
bash "$script_dir/gen_self_tls.sh" "bing.com"