diff --git a/bin/init.sh b/bin/init.sh index 42bfbd1..3a7a3c2 100644 --- a/bin/init.sh +++ b/bin/init.sh @@ -6,4 +6,4 @@ script_dir=$(cd "$(dirname "$0")"; pwd) # 脚本绝对路径 bash "$script_dir/update_password.sh" # 更新证书 -bash "$script_dir/gen_cert.sh" \ No newline at end of file +bash "$script_dir/gen_cert.sh" "bing.com" \ No newline at end of file