[Fai-commit] r3720 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Aug 1 15:17:40 UTC 2006


Author: lange
Date: 2006-08-01 15:17:39 +0000 (Tue, 01 Aug 2006)
New Revision: 3720

Modified:
   trunk/bin/fai
Log:
fix syntax error


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2006-08-01 15:02:34 UTC (rev 3719)
+++ trunk/bin/fai	2006-08-01 15:17:39 UTC (rev 3720)
@@ -195,7 +195,7 @@
     # HG: are we called as an init substitute ?
     export DO_INIT_TASKS=0
     [ "$0" = "/etc/init.d/rcS" ] && DO_INIT_TASKS=1
-    if [ $DO_INIT_TASKS -eq 1 ];
+    if [ $DO_INIT_TASKS -eq 1 ]; then
 	renewclass=1 # always renew class list when installing
 	create_ramdisk
     fi




More information about the Fai-commit mailing list