From 7fdadc252ab6af7d2fce16639e2f0d21e458a208 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 16 Feb 2022 18:12:24 -0500 Subject: [PATCH] Update mariadb_setup.sh --- setup/mariadb_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mariadb_setup.sh b/setup/mariadb_setup.sh index 74b7f0ee..211aa86a 100644 --- a/setup/mariadb_setup.sh +++ b/setup/mariadb_setup.sh @@ -76,7 +76,7 @@ EOF systemctl daemon-reload systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') service apache2 stop -mkdir /var/log/apache2 +mkdir -p /var/log/apache2 chmod 750 /var/log/apache2 chown root:adm /var/log/apache2 service apache2 start