From c51d86480cc07f383476cba32ddfc8cf52a0f438 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Tue, 13 Sep 2011 13:02:52 +0000 Subject: [PATCH] [LMS-2506] minor: fix startup script SVN: 22916 --- openbis/dist/server/run-jython-plugin-script.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openbis/dist/server/run-jython-plugin-script.sh b/openbis/dist/server/run-jython-plugin-script.sh index a01ed399841..972234e6a34 100755 --- a/openbis/dist/server/run-jython-plugin-script.sh +++ b/openbis/dist/server/run-jython-plugin-script.sh @@ -20,8 +20,7 @@ fi LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib -WEBINF_CLASSES=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/classes $JVM \ - -cp $LIB/*.jar:$WEBINF_CLASSES \ - ch.systemsx.cisd.openbis.plugin.jython.api.v1.impl.JythonPluginScriptStandalone "$@" + -cp $LIB/\* \ + ch.systemsx.cisd.openbis.generic.client.jython.api.v1.impl.JythonPluginScriptStandalone "$@" -- GitLab