From c1a92809a0ec1b6f6a8bc35a9d28ca345289bf71 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Thu, 9 Oct 2025 22:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/init.sh b/bin/init.sh index e1a7bff..fb425e7 100644 --- a/bin/init.sh +++ b/bin/init.sh @@ -11,6 +11,8 @@ init() { # 生成自签名证书和设置域名 bash "$script_dir/set_domain.sh" "bing.com" + + echo "初始化设置完成" } init \ No newline at end of file