Skip to content
Snippets Groups Projects
Commit 4dfcecb6 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Bugfix.

parent f0907cc6
No related branches found
No related tags found
No related merge requests found
......@@ -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 ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment