[Fai-commit] r3974 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Sat Sep 16 17:39:58 UTC 2006
Author: lange
Date: 2006-09-16 17:39:57 +0000 (Sat, 16 Sep 2006)
New Revision: 3974
Modified:
trunk/bin/fai-setup
Log:
fix syntax error
Modified: trunk/bin/fai-setup
===================================================================
--- trunk/bin/fai-setup 2006-09-15 16:05:18 UTC (rev 3973)
+++ trunk/bin/fai-setup 2006-09-16 17:39:57 UTC (rev 3974)
@@ -119,7 +119,7 @@
chmod 0700 $sshdir/authorized_keys
echo "$sshdir/authorized_keys created."
fi
- if [ $FAI_LOGPROTO= "rsh" -a ! -f $loguserhome/.rhosts]; then
+ if [ $FAI_LOGPROTO= "rsh" -a ! -f $loguserhome/.rhosts ]; then
# use .rhosts authentication
echo "+ at faiclients root" > $loguserhome/.rhosts
chmod go-rwx $loguserhome/.rhosts
More information about the Fai-commit
mailing list