diff --git a/install.sh b/install.sh index 4f0e9f3..4c27318 100644 --- a/install.sh +++ b/install.sh @@ -13,4 +13,4 @@ sed -ri -e 's!/var/www/html!${APACHE_PUBLIC_ROOT}!g' /etc/apache2/sites-availabl sed -ri -e 's!/var/www/!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf a2enmod rewrite -systectl reload apache +systemctl reload apache