[Fai-commit] r4995 - trunk/bin
lange at alioth.debian.org
lange at alioth.debian.org
Thu Jun 19 07:35:29 UTC 2008
Author: lange
Date: 2008-06-19 07:35:28 +0000 (Thu, 19 Jun 2008)
New Revision: 4995
Modified:
trunk/bin/fai-setup
Log:
fix syntax error
Modified: trunk/bin/fai-setup
===================================================================
--- trunk/bin/fai-setup 2008-06-18 22:14:36 UTC (rev 4994)
+++ trunk/bin/fai-setup 2008-06-19 07:35:28 UTC (rev 4995)
@@ -157,7 +157,7 @@
# chown only if cd was successful
cd $loguserhome
if [ $? -eq 0 ]; then
- [ -e .rhosts] && chown $LOGUSER:$logusergid . .rhosts || true
+ [ -e .rhosts ] && chown $LOGUSER:$logusergid . .rhosts || true
[ -d .ssh ] && chown -R $LOGUSER:$logusergid .ssh || true
fi
mkdir -p $TFTPROOT
More information about the Fai-commit
mailing list