redirecting output "the simple way" is not possible, argh!
This commit is contained in:
parent
79442b6212
commit
150431cee5
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue