oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 17 Dec 2007 14:16:48 +0000 (14:16 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 17 Dec 2007 14:16:48 +0000 (14:16 +0000)
vbuild-init-vserver.sh

index de96955..fff76c9 100755 (executable)
@@ -250,7 +250,7 @@ export PS1="[$vserver] \\w # "
 PROFILE
 
     # turn off some services - as they'll get started through plc
-    for i in mail postgresql ssh httpd ; do chkconfig $i off ; done
+    for i in mail postgresql ssh httpd ; do chkconfig \$i off ; done
 EOF
 }