mirror of
https://github.com/akatsukiro/lsky-pro-install-script.git
synced 2025-06-08 22:23:05 +08:00
Compare commits
No commits in common. "master" and "0.3.0" have entirely different histories.
@ -312,4 +312,9 @@ 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
|
Loading…
x
Reference in New Issue
Block a user