Ver Fonte

Update postgresql-install.sh

tteckster há 3 anos atrás
pai
commit
9c1c702a9c
1 ficheiros alterados com 2 adições e 0 exclusões
  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"