summaryrefslogtreecommitdiff
path: root/src/fifa.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-03 17:10:40 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-03 17:10:40 +0100
commit69489c9c5c78a2b3c4fbdf4306d18584eeeb12ef (patch)
tree67edda621421e7265ed0f6c95a1eada080af94d5 /src/fifa.sh
parentd2e430228f61b78a31729654506af342f6e15703 (diff)
log to both stdout and tty7 so we can see it if we go into dialog mode
Diffstat (limited to 'src/fifa.sh')
-rwxr-xr-xsrc/fifa.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fifa.sh b/src/fifa.sh
index a5b7749..e49f605 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -33,6 +33,7 @@ notify ()
log ()
{
echo -e "[LOG] `date +"%Y-%m-%d %H:%M:%S"` $@"
+ echo -e "[LOG] `date +"%Y-%m-%d %H:%M:%S"` $@" >$LOG
}