[Fai-commit] r4446 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Sat Jul 14 10:27:27 UTC 2007


Author: lange
Date: 2007-07-14 10:27:27 +0000 (Sat, 14 Jul 2007)
New Revision: 4446

Modified:
   trunk/lib/subroutines
Log:
fix syntax error


Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2007-07-13 07:51:55 UTC (rev 4445)
+++ trunk/lib/subroutines	2007-07-14 10:27:27 UTC (rev 4446)
@@ -397,7 +397,7 @@
     wait_for_jobs
     echo "Press <RETURN> to reboot."
     [ -z "$flag_reboot" ] && : ${flag_reboot:=0}
-    [ -s $LOGDIR.error.log -a "$flag_reboot" -gt "0" ] && sleep 10
+    [ -s $LOGDIR/error.log -a "$flag_reboot" -gt "0" ] && sleep 10
     # reboot without prompting if FAI_FLAG reboot is set
     [ "$flag_reboot" -lt "1" ] && read
     echo "Rebooting $HOSTNAME now"




More information about the Fai-commit mailing list