Corrections of a few mistakes on the home install setup script

This commit is contained in:
Papa Dragon 2020-08-24 17:32:17 +02:00
parent 5f1d49bebd
commit 9e1f83d6a2

View file

@ -651,7 +651,10 @@ install_curl
install_wget
install_sendmail
install_apache
add_vhost
if [ "$install_path" != "/var/www/html" ]
then
add_vhost
fi
install_imagemagick
install_php
install_mysql