]> git.openstreetmap.org Git - chef.git/commitdiff
Fix path to planet-dump-ng
authorTom Hughes <tom@compton.nu>
Tue, 23 Dec 2014 00:04:13 +0000 (00:04 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 23 Dec 2014 00:04:13 +0000 (00:04 +0000)
cookbooks/planet/templates/default/planetdump.erb

index b2b2a6ea4eb7bb4f32ac81bd5680fd0c57448c5d..f88a4ff6b335e812953ee210d6374fe9f3cb9440 100644 (file)
@@ -48,7 +48,7 @@ rm -rf ways way_tags way_nodes
 rm -rf relations relation_tags relation_members
 
 # Run the dump
 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" \
      -c "pbzip2 -c" -f "${file}" --dense-nodes=1 \
      -C "changesets-${date}.osm.bz2" \
      -x "planet-${date}.osm.bz2" -X "history-${date}.osm.bz2" \