From bef227082bf042419429868200c60b115475906c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 17 Dec 2007 14:16:48 +0000 Subject: [PATCH] oops --- vbuild-init-vserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.0