Update mariadb_setup.sh

This commit is contained in:
tteckster
2022-02-16 18:12:24 -05:00
committed by GitHub
parent 4eb3d6d406
commit 7fdadc252a

View File

@ -76,7 +76,7 @@ EOF
systemctl daemon-reload systemctl daemon-reload
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
service apache2 stop service apache2 stop
mkdir /var/log/apache2 mkdir -p /var/log/apache2
chmod 750 /var/log/apache2 chmod 750 /var/log/apache2
chown root:adm /var/log/apache2 chown root:adm /var/log/apache2
service apache2 start service apache2 start