From: Thierry Parmentelat Date: Mon, 17 Dec 2007 14:16:48 +0000 (+0000) Subject: oops X-Git-Tag: 4.2-rc2~326 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bef227082bf042419429868200c60b115475906c;p=build.git oops --- diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index de969553..fff76c9b 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -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 }