From 9c1c702a9c9f18011b700068fd0411c3bf6218c3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 13 May 2022 15:52:44 -0400 Subject: [PATCH] Update postgresql-install.sh --- setup/postgresql-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/postgresql-install.sh b/setup/postgresql-install.sh index 7acc0daa..41f7489e 100644 --- a/setup/postgresql-install.sh +++ b/setup/postgresql-install.sh @@ -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"