[Fai-commit] r3304 - trunk/bin
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Wed Mar 22 13:15:29 UTC 2006
Author: lange
Date: 2006-03-22 13:15:29 +0000 (Wed, 22 Mar 2006)
New Revision: 3304
Modified:
trunk/bin/fai
Log:
fix wrong test
Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai 2006-03-21 21:42:36 UTC (rev 3303)
+++ trunk/bin/fai 2006-03-22 13:15:29 UTC (rev 3304)
@@ -5,7 +5,7 @@
# fai -- main installation script executed after booting
#
# This script is part of FAI (Fully Automatic Installation)
-# (c) 1999-2005 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 1999-2006 by Thomas Lange, lange at informatik.uni-koeln.de
# Universitaet zu Koeln
#
#*********************************************************************
@@ -242,7 +242,7 @@
fi
# exit if we do not run from nfsroot and no parameter is given
-if [ -f /.THIS_IS_THE_FAI_NFSROOT -a "X$1" = "X" ]; then
+if [ ! -f /.THIS_IS_THE_FAI_NFSROOT -a "X$1" = "X" ]; then
echo "Please give more parameters if not run from the nfsroot."
exit 2
fi
More information about the Fai-commit
mailing list