Skip to content

Commit 5a3ef57

Browse files
author
sletuffe
committed
dirty hack to to terinate the running osm3_query launched by the areas building process
1 parent 447eef4 commit 5a3ef57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/overpass

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ case "$1" in
138138
fi
139139
#FIXME this isn't enought, the osm3s_query builder will keep running for an entire loop of several hours, but we don't get it's pid
140140
# Better than nothing -- sly
141+
killall osm3s_query
141142
log_daemon_msg "Stopping Overpass area builder " "area builder"
142143
if start-stop-daemon --stop --quiet --oknodo --pidfile $AREA_UPDATE_PID_FILE; then
143144
log_end_msg 0

0 commit comments

Comments
 (0)