From d8486a495e300bb9f53b9affa6bf4b522c8a2d9e Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 16 Oct 2011 11:15:18 +0200 Subject: fix update script --- sources/db/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/db') 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 -- cgit v1.2.3