From 7b3f887077ee5eeab508742816191fe7416fba33 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 31 Mar 2008 09:42:50 +0000 Subject: [PATCH] fix --- 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 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 () { -- 2.47.0