From 7ef8a2b7f7b139366ab6692447ab8a41509a0670 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 26 Mar 2004 09:50:10 +0000 Subject: [PATCH] fixed call of vshelper.isEnabled git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1388 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 246647f..4ae7c46 100644 --- a/util-vserver/scripts/vserver.start +++ b/util-vserver/scripts/vserver.start @@ -111,6 +111,6 @@ is_executed=1 execScriptlets "$VSERVER_DIR" "$VSERVER_NAME" post-start is_vshelper_init=1 -! vshelper.isEnabled "$VSERVER_DIR" || vshelper.doInit "$VSERVER_DIR" +! vshelper.isEnabled "" "$VSERVER_DIR" || vshelper.doInit "$VSERVER_DIR" is_started=1 -- 1.8.1.5