From b77c645592b1a03f017edc230c31b51c63c73f71 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 27 Jan 2005 19:15:17 +0000 Subject: [PATCH] execute sanityCheck() git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1816 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/vserver.start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/scripts/vserver.start b/util-vserver/scripts/vserver.start index 4866341..1c65eb8 100644 --- a/util-vserver/scripts/vserver.start +++ b/util-vserver/scripts/vserver.start @@ -75,7 +75,7 @@ startsync_pipe= set -e trap "cleanup" EXIT -vshelper.doSanityCheck +sanityCheck "$VSERVER_DIR" mountRootFS "$VSERVER_DIR" generateOptions "$VSERVER_DIR" -- 1.8.1.5