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

Bugfix.

Running Apache in the foreground was preventing the next lines of the start.sh script from being actually executed: the Nominatim updates were not operational!
parent ca93cc2a
Branches
No related tags found
No related merge requests found
#!/bin/bash
service postgresql start
/usr/sbin/apache2ctl -D FOREGROUND
/usr/sbin/apache2ctl start
## Set up nominatim updates ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment