[Fai-commit] r6198 - trunk/bin
Thomas Lange
lange at alioth.debian.org
Wed Nov 24 18:22:37 UTC 2010
Author: lange
Date: 2010-11-24 18:22:32 +0000 (Wed, 24 Nov 2010)
New Revision: 6198
Modified:
trunk/bin/fai-do-scripts
Log:
add newline, makes shell.log much more readable
Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts 2010-11-24 16:50:23 UTC (rev 6197)
+++ trunk/bin/fai-do-scripts 2010-11-24 18:22:32 UTC (rev 6198)
@@ -56,7 +56,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