From b8977d97e6d808d447790e46b5e555921a1232f4 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 13 Nov 2008 14:19:12 +0100 Subject: append, dont overwrite.. mkay? --- src/fifa.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fifa.sh b/src/fifa.sh index aab895a..be2f3a1 100755 --- a/src/fifa.sh +++ b/src/fifa.sh @@ -35,7 +35,7 @@ log () str="[LOG] `date +"%Y-%m-%d %H:%M:%S"` $@" echo -e "$str" echo -e "$str" > $LOG - echo -e "$str" > $LOGFILE + echo -e "$str" >> $LOGFILE } @@ -46,7 +46,7 @@ debug () then echo -e "$str" echo -e "$str" > $LOG - echo -e "$str" > $LOGFILE + echo -e "$str" >> $LOGFILE fi } -- cgit v1.2.3-54-g00ecf