fixed call of vshelper.isEnabled
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 26 Mar 2004 09:50:10 +0000 (09:50 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 26 Mar 2004 09:50:10 +0000 (09:50 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1388 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver.start

index 246647f..4ae7c46 100644 (file)
@@ -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