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
1 changed files with 2 additions and 0 deletions

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"