From 6ea469d5a99b3d6415f814fa2dfc0cf6969d6908 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Tue, 14 Feb 2023 18:50:32 -0300 Subject: [PATCH] FIX: m missing --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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