summaryrefslogtreecommitdiff
path: root/sources/db/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sources/db/update.sh')
-rwxr-xr-xsources/db/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/db/update.sh b/sources/db/update.sh
index 5adf383..19d3518 100755
--- a/sources/db/update.sh
+++ b/sources/db/update.sh
@@ -21,7 +21,7 @@ if [ "x" = "x$DIR" ]; then
fi
if [ "x" = "x$PLANETFILE" ]; then
- PLANETFILE=/osm/planet/var/current-planet.osm.pbf
+ PLANETFILE=`../../bin/taginfo-config.rb sources.db.planetfile`
fi
echo "`$DATECMD` Start db..."