diff --git a/run.sh b/run.sh index a4bc1f5..a3245d0 100755 --- a/run.sh +++ b/run.sh @@ -48,6 +48,9 @@ if [ "$1" = "import" ]; then fi if [ "$1" = "run" ]; then + # Clean /tmp + rm -rf /tmp/* + # Initialize PostgreSQL and Apache CreatePostgressqlConfig service postgresql start