From e18dcf9c13c5b9e4257ce9d05186f3b9236a7d5a Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 14 Feb 2017 10:33:04 +0000 Subject: [PATCH] SSDM-4736: env variable JVM put in quotes also for startup.sh SVN: 37738 --- openbis/dist/server/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/dist/server/startup.sh b/openbis/dist/server/startup.sh index 9d7ec575016..e5be7926941 100755 --- a/openbis/dist/server/startup.sh +++ b/openbis/dist/server/startup.sh @@ -17,7 +17,7 @@ fi disableJythonByProperty -$JVM -DSTOP.PORT=$JETTY_STOP_PORT \ +"$JVM" -DSTOP.PORT=$JETTY_STOP_PORT \ -DSTOP.KEY=$JETTY_STOP_KEY \ $JAVA_OPTS $JAVA_MEM_OPTS \ $OPENBIS_OPTS \ -- GitLab