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

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"