From 4dfcecb6be82716f1a0d1713ee2b2bbe57624667 Mon Sep 17 00:00:00 2001
From: Alessandro Cerioni <acerioni@grandlyon.com>
Date: Sun, 16 Dec 2018 09:39:52 +0100
Subject: [PATCH] Bugfix.

---
 photon/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/photon/entrypoint.sh b/photon/entrypoint.sh
index 7162ee2..838335e 100755
--- a/photon/entrypoint.sh
+++ b/photon/entrypoint.sh
@@ -9,7 +9,7 @@ fi
 # Start photon if elastic index exists
 if [ -d "/photon/photon_data/elasticsearch" ]; then
 	echo "Starting photon"
-	java -jar photon.jar -host nominatim -port 5432 -database nominatim -user nominatim -password password1234 &
+	java -jar photon.jar -host nominatim -port 5432 -database nominatim -user nominatim -password password1234
 
 	### Start continuous update ###
 
-- 
GitLab