Compare commits

...

1 Commits

Author SHA1 Message Date
f24c8edda1
fix: 删除错误的安装逻辑 2024-04-21 13:03:45 +08:00

View File

@ -312,9 +312,4 @@ setup_apache
echo -e "${green}安装完成${plain}" echo -e "${green}安装完成${plain}"
if [[ $autoFlag == "0" ]]; then
echo -e "${green}请访问 http://${domain} 完成后续配置 ${plain}" echo -e "${green}请访问 http://${domain} 完成后续配置 ${plain}"
else
touch /var/www/lsky/install.lock
echo -e "${green}图床安装完成,地址 http://${domain} ${plain}"
fi