[Fai-commit] r3709 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Mon Jul 31 21:14:09 UTC 2006


Author: lange
Date: 2006-07-31 21:14:09 +0000 (Mon, 31 Jul 2006)
New Revision: 3709

Modified:
   trunk/bin/fai-setup
Log:
replace backticks with $()


Modified: trunk/bin/fai-setup
===================================================================
--- trunk/bin/fai-setup	2006-07-31 21:11:46 UTC (rev 3708)
+++ trunk/bin/fai-setup	2006-07-31 21:14:09 UTC (rev 3709)
@@ -124,7 +124,7 @@
 	echo "$loguserhome/.rhosts created."
     fi
 
-    logusergid=`id -ng $LOGUSER`
+    logusergid=$(id -ng $LOGUSER)
     echo "User account $LOGUSER set up."
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -




More information about the Fai-commit mailing list