X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/08c67abd5ce3eab54bac8a67c46c1cbb1ae39db1..034d14c6a8837aa2db9a37a1037708e54bcbbe9c:/cookbooks/planet/templates/default/planetdump.erb?ds=inline diff --git a/cookbooks/planet/templates/default/planetdump.erb b/cookbooks/planet/templates/default/planetdump.erb index b2b2a6ea4..f88a4ff6b 100644 --- a/cookbooks/planet/templates/default/planetdump.erb +++ b/cookbooks/planet/templates/default/planetdump.erb @@ -48,7 +48,7 @@ rm -rf ways way_tags way_nodes rm -rf relations relation_tags relation_members # Run the dump -time nice -n 19 /store/planet-dump-ng/planet-dump-ng \ +time nice -n 19 /opt/planet-dump-ng/planet-dump-ng \ -c "pbzip2 -c" -f "${file}" --dense-nodes=1 \ -C "changesets-${date}.osm.bz2" \ -x "planet-${date}.osm.bz2" -X "history-${date}.osm.bz2" \