mirror of
https://github.com/akatsukiro/lsky-pro-install-script.git
synced 2025-06-08 14:13:04 +08:00
feat: 全自动安装 跳过图床安装程序
This commit is contained in:
parent
f972a70616
commit
2e1b528888
@ -305,4 +305,9 @@ download_lsky
|
|||||||
setup_apache
|
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
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user