[Fai-commit] r3691 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Fri Jul 28 11:45:19 UTC 2006
Author: lange
Date: 2006-07-28 11:45:18 +0000 (Fri, 28 Jul 2006)
New Revision: 3691
Modified:
trunk/bin/fai
Log:
remove variable lpipe
Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai 2006-07-28 11:43:36 UTC (rev 3690)
+++ trunk/bin/fai 2006-07-28 11:45:18 UTC (rev 3691)
@@ -215,13 +215,11 @@
fai_init
-lpipe=$LOGDIR/logfifo
-mkfifo $lpipe
-tee -a $LOGDIR/fai.log < $lpipe &
+mkfifo $LOGDIR/logfifo
+tee -a $LOGDIR/fai.log < $LOGDIR/logfifo &
# in bash &> redirect stdout and stderr to file
-fstart &> $lpipe
-rm $lpipe
-unset lpipe
+fstart &> $LOGDIR/logfifo
+rm $LOGDIR/logfifo
sleep 1 # wait for tee to complete. One second should be ok
# old code
More information about the Fai-commit
mailing list