From 470f6cef912c0e3b72cb5051de56399f72f2af86 Mon Sep 17 00:00:00 2001
From: Mirco Nasuti <mirco.nasuti@chuv.ch>
Date: Wed, 13 Jul 2016 08:49:18 +0200
Subject: [PATCH] update clean.sh script to also clean db

---
 clean.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/clean.sh b/clean.sh
index f46a6c89e..150e05609 100755
--- a/clean.sh
+++ b/clean.sh
@@ -3,4 +3,5 @@
 ./halt.sh
 sudo rm -r ./.m2/
 sudo rm -r ./target/
-sudo rm -f ./data/
\ No newline at end of file
+sudo rm -r ./data/
+sudo rm -r ./pgdata/
\ No newline at end of file
-- 
GitLab