From: Enrico Scholz Date: Fri, 26 Mar 2004 09:50:10 +0000 (+0000) Subject: fixed call of vshelper.isEnabled X-Git-Tag: VERSION_0_10~187 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef8a2b7f7b139366ab6692447ab8a41509a0670;p=util-vserver.git fixed call of vshelper.isEnabled git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1388 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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