Przeglądaj źródła

Update postgresql-install.sh

tteckster 3 lat temu
rodzic
commit
9c1c702a9c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      setup/postgresql-install.sh

+ 2 - 0
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"