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