[Fai-commit] r3520 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Jun 13 17:15:06 UTC 2006
Author: lange
Date: 2006-06-13 17:15:04 +0000 (Tue, 13 Jun 2006)
New Revision: 3520
Modified:
trunk/bin/fai
Log:
fix error
Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai 2006-06-13 16:15:44 UTC (rev 3519)
+++ trunk/bin/fai 2006-06-13 17:15:04 UTC (rev 3520)
@@ -210,7 +210,7 @@
mkdir -p $LOGDIR
# for compability, can be removed later
- if [ $DO_INIT_TASKS -eq 0 ]; then
+ if [ $DO_INIT_TASKS -eq 1 ]; then
mkdir /tmp/fai
mount --bind /var/log/fai/current /tmp/fai
fi
More information about the Fai-commit
mailing list