Report grab-stats failure in logfile

This commit is contained in:
Alexander van Gessel 2012-03-18 21:15:54 +01:00
parent 6d12f20242
commit bea2dde078

View file

@ -26,6 +26,6 @@ svn -q up
#update the stats
cd $SVNCHECKOUTPATH/website/gettext.wesnoth.org
nice --adjustment=5 php grab-stats.php
nice --adjustment=5 php grab-stats.php || echo grab-stats failed >> $HOME/g.w.o-updates.log
#php grab-stats.php >> $HOME/g.w.o-updates.log
echo update completed at `date` >> $HOME/g.w.o-updates.log