diff --git a/run.sh b/run.sh index a3245d0..247c15e 100755 --- a/run.sh +++ b/run.sh @@ -50,6 +50,9 @@ fi if [ "$1" = "run" ]; then # Clean /tmp rm -rf /tmp/* + + # Fix postgres data privileges + chown postgres:postgres /var/lib/postgresql -R # Initialize PostgreSQL and Apache CreatePostgressqlConfig