1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-25 09:00:59 +02:00

Update postgresql-install.sh

This commit is contained in:
tteckster 2022-05-13 15:52:44 -04:00 committed by GitHub
parent 58cc004652
commit 9c1c702a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,4 +101,6 @@ msg_info "Cleaning up"
apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
rm -rf /var/{cache,log}/* /var/lib/apt/lists/*
mkdir /var/log/apache2
chmod 750 /var/log/apache2
msg_ok "Cleaned"