diff options
author | Jochen Topf <jochen@topf.org> | 2011-10-16 11:15:18 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2011-10-16 11:15:18 +0200 |
commit | d8486a495e300bb9f53b9affa6bf4b522c8a2d9e (patch) | |
tree | e1106f81359fcf13d0d199b69614d1728896b9b8 /sources/db | |
parent | 48f3f230089089152d7017912a39c1575db227cf (diff) | |
download | taginfo-d8486a495e300bb9f53b9affa6bf4b522c8a2d9e.tar taginfo-d8486a495e300bb9f53b9affa6bf4b522c8a2d9e.tar.gz |
fix update script
Diffstat (limited to 'sources/db')
-rwxr-xr-x | sources/db/update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/db/update.sh b/sources/db/update.sh index 24e7f57..81f806d 100755 --- a/sources/db/update.sh +++ b/sources/db/update.sh @@ -45,8 +45,8 @@ left=`../../bin/taginfo-config.rb geodistribution.left` width=`../../bin/taginfo-config.rb geodistribution.width` height=`../../bin/taginfo-config.rb geodistribution.height` -#valgrind --leak-check=full --show-reachable=yes $DIR/tagstats $PLANETFILE $DATABASE >valgrind.log 2>&1 -$DIR/tagstats --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE +#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 echo "`$DATECMD` Running update_characters... " ./update_characters.pl $DIR |