From 3f6bc3250de4dc1f3636fcc1a1f4111eba653625 Mon Sep 17 00:00:00 2001
From: Lionel VIDALLER <lvidaller@grandlyon.com>
Date: Tue, 22 Sep 2020 15:52:24 +0200
Subject: [PATCH] Update start.sh

---
 nominatim-3.5/start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nominatim-3.5/start.sh b/nominatim-3.5/start.sh
index 5a8840b..b9b8e2a 100755
--- a/nominatim-3.5/start.sh
+++ b/nominatim-3.5/start.sh
@@ -6,7 +6,7 @@ stopServices() {
 }
 trap stopServices TERM
 
-#chown -Rf postgres:postgres /var/lib/postgresql/12/main
+chown -Rf postgres:postgres /var/lib/postgresql/12/main
 
 service postgresql start
 service apache2 start
-- 
GitLab