From: Thierry Parmentelat Date: Mon, 31 Mar 2008 09:42:50 +0000 (+0000) Subject: fix X-Git-Tag: 4.2-rc2~78 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7b3f887077ee5eeab508742816191fe7416fba33;p=build.git fix --- diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index 04cc3d4b..2556087b 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -218,7 +218,7 @@ function post_install () { fi # setup localtime from the host vserver=$1; shift - cp /etc/localtime /vserver/$vserver/etc/localtime + cp /etc/localtime /vservers/$vserver/etc/localtime } function post_install_vbuild () {