mirror of https://github.com/tteck/Proxmox.git
Update mariadb_setup.sh
This commit is contained in:
parent
4eb3d6d406
commit
7fdadc252a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue