redirecting output "the simple way" is not possible, argh!

This commit is contained in:
Nils Kneuper 2008-03-10 17:19:01 +00:00
parent 79442b6212
commit 150431cee5

View file

@ -1,6 +1,8 @@
#!/bin/bash
SVNCHECKOUTPATH=/public/vhost/w/wesnoth/source
echo update started at `date` >> ~/g.w.o-updates.log
#update the 1.4 checkout
cd $SVNCHECKOUTPATH/1.4/po
svn cleanup
@ -18,6 +20,5 @@ svn up
#update the stats
cd ~/html/gettext/
echo update started at `date` >> ~/g.w.o-updates.log
php grab-stats.php >> ~/g.w.o-updates.log
php grab-stats.php
echo update completed at `date` >> ~/g.w.o-updates.log