[Fai-commit] r3829 - trunk/lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Mon Sep 4 10:20:03 UTC 2006


Author: lange
Date: 2006-09-04 10:20:03 +0000 (Mon, 04 Sep 2006)
New Revision: 3829

Modified:
   trunk/lib/subroutines-linux
Log:
fix variable name


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2006-09-04 10:19:40 UTC (rev 3828)
+++ trunk/lib/subroutines-linux	2006-09-04 10:20:03 UTC (rev 3829)
@@ -72,7 +72,7 @@
     define_fai_flags
     get-config-dir
     # now you have enough time to make changes to the config space
-    if [ -n "$fl_wait" ]; then
+    if [ -n "$flag_wait" ]; then
 	echo "Sleeping. Now you may change the config space in $FAI."
 	echo "Continue after killall sleep."
 	sleep 50000




More information about the Fai-commit mailing list