[Fai-commit] r6217 - branches/stable/3.4/bin
Michael Prokop
mika at alioth.debian.org
Tue Nov 30 22:40:53 UTC 2010
Author: mika
Date: 2010-11-30 22:40:53 +0000 (Tue, 30 Nov 2010)
New Revision: 6217
Modified:
branches/stable/3.4/bin/fai-do-scripts
Log:
add newline, makes shell.log much more readable
Modified: branches/stable/3.4/bin/fai-do-scripts
===================================================================
--- branches/stable/3.4/bin/fai-do-scripts 2010-11-30 22:40:49 UTC (rev 6216)
+++ branches/stable/3.4/bin/fai-do-scripts 2010-11-30 22:40:53 UTC (rev 6217)
@@ -55,7 +55,7 @@
res="FAILED with exit code $st."
fi
# put result in the log file and write to stdout
- printf "%-20s $res\n" $cmd | tee -a $LOGDIR/status.log
+ printf "%-20s $res\n\n" $cmd | tee -a $LOGDIR/status.log
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
call_conf() {
More information about the Fai-commit
mailing list