From f24c8edda155a61b9fffb10965ee7671e883a349 Mon Sep 17 00:00:00 2001 From: Akatsukiro Date: Sun, 21 Apr 2024 13:03:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E5=AE=89=E8=A3=85=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install.sh b/install.sh index bdef142..77d434b 100644 --- a/install.sh +++ b/install.sh @@ -312,9 +312,4 @@ setup_apache echo -e "${green}安装完成${plain}" -if [[ $autoFlag == "0" ]]; then - echo -e "${green}请访问 http://${domain} 完成后续配置 ${plain}" -else - touch /var/www/lsky/install.lock - echo -e "${green}图床安装完成,地址 http://${domain} ${plain}" -fi \ No newline at end of file +echo -e "${green}请访问 http://${domain} 完成后续配置 ${plain}" \ No newline at end of file