From 2e1b52888886497543230da4523313d5d4227f59 Mon Sep 17 00:00:00 2001 From: Akatsukiro Date: Tue, 20 Feb 2024 22:25:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=A8=E8=87=AA=E5=8A=A8=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20=E8=B7=B3=E8=BF=87=E5=9B=BE=E5=BA=8A=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e1eb580..14e7d1f 100644 --- a/install.sh +++ b/install.sh @@ -305,4 +305,9 @@ download_lsky setup_apache echo -e "${green}安装完成${plain}" -echo -e "${green}请访问 http://${domain} 完成后续配置 ${plain}" \ No newline at end of file + +if [[ $autoFlag == "0" ]]; then + echo -e "${green}请访问 http://${domain} 完成后续配置 ${plain}" +else + touch /var/www/lsky/install.lock +fi \ No newline at end of file