[Fai-commit] r4603 - trunk/examples/simple/hooks

lange at alioth.debian.org lange at alioth.debian.org
Tue Oct 2 11:16:50 UTC 2007


Author: lange
Date: 2007-10-02 11:16:49 +0000 (Tue, 02 Oct 2007)
New Revision: 4603

Modified:
   trunk/examples/simple/hooks/savelog.LAST.source
Log:
remove dot after filename


Modified: trunk/examples/simple/hooks/savelog.LAST.source
===================================================================
--- trunk/examples/simple/hooks/savelog.LAST.source	2007-10-01 16:58:23 UTC (rev 4602)
+++ trunk/examples/simple/hooks/savelog.LAST.source	2007-10-02 11:16:49 UTC (rev 4603)
@@ -129,7 +129,7 @@
 grep -i "$errorpatterns" *.log | grep -vi "$ignorepatterns" > $errfile
 
 if [ -s $errfile ]; then
-   echo "ERRORS found in log files. See $errfile."
+   echo "ERRORS found in log files. See $errfile"
 else
    echo "Congratulations! No errors found in log files."
    export flag_reboot=1




More information about the Fai-commit mailing list