删除错误代码
This commit is contained in:
parent
740159580f
commit
530931e5bc
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user