Update mariadb_setup.sh

pull/40/head
tteckster 2022-02-16 18:04:58 -05:00 committed by GitHub
parent 860c0bc2ca
commit 4eb3d6d406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 /var/log/apache2
chmod 750 /var/log/apache2
chown root:adm /var/log/apache2
service apache2 start