diff options
Diffstat (limited to 'sources/db')
-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 20f13be..5c9a0c6 100755 --- a/sources/db/update.sh +++ b/sources/db/update.sh @@ -46,7 +46,7 @@ width=`../../bin/taginfo-config.rb geodistribution.width` height=`../../bin/taginfo-config.rb geodistribution.height` #valgrind --leak-check=full --show-reachable=yes ./tagstats $PLANETFILE $DATABASE >valgrind.log 2>&1 -./tagstats --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE +./tagstats -T $DIR/interesting_tags.lst --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE echo "`$DATECMD` Running update_characters... " ./update_characters.pl $DIR |