[Fai-commit] r4120 - trunk/lib
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Oct 31 18:27:17 CET 2006
Author: lange
Date: 2006-10-31 18:27:17 +0100 (Tue, 31 Oct 2006)
New Revision: 4120
Modified:
trunk/lib/subroutines
Log:
fix wrong variable
Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines 2006-10-31 17:10:55 UTC (rev 4119)
+++ trunk/lib/subroutines 2006-10-31 17:27:17 UTC (rev 4120)
@@ -523,7 +523,7 @@
fi
echo $FAI_CONFIG_SRC | grep -q ^nfs://
if [ $? -eq 0 ]; then
- grep -q $FAI_ROOT /etc/mtab || umount $FAI
+ grep -q $FAI /etc/mtab || umount $FAI
fi
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
More information about the Fai-commit
mailing list