diff options
author | Jochen Topf <jochen@topf.org> | 2010-11-05 16:38:12 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2010-11-05 16:39:01 +0100 |
commit | 33c912ede0d503e45bcdee89d5fd068eb69860f9 (patch) | |
tree | 1b18b968b2aea444b3ceb0cee9e119ff0cf41bfc /sources | |
parent | 1a644556310567928356ee90178994eb6ff6d996 (diff) | |
download | taginfo-33c912ede0d503e45bcdee89d5fd068eb69860f9.tar taginfo-33c912ede0d503e45bcdee89d5fd068eb69860f9.tar.gz |
bugfix: update_characters.pl needs dir
Diffstat (limited to 'sources')
-rwxr-xr-x | sources/db/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/db/update.sh b/sources/db/update.sh index 4782219..0c9e9f2 100755 --- a/sources/db/update.sh +++ b/sources/db/update.sh @@ -31,7 +31,7 @@ bzcat $DIR/planet.osm.bz2 | $HERE/osmium_tagstats - cd $HERE echo "Running update_characters..." -./update_characters.pl +./update_characters.pl $DIR echo "Running post.sql..." perl -pe "s|__DIR__|$DIR|" post.sql | sqlite3 $DATABASE |