From cad3091e116e0465afe50c91b42ca4dad5fe869e Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 23 Jun 2010 12:46:58 +0000
Subject: [PATCH] LMS-1552 fix bug

SVN: 16690
---
 openbis/dist/server/openbis.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/dist/server/openbis.conf b/openbis/dist/server/openbis.conf
index 5ddb154ed2c..6c5055b8023 100644
--- a/openbis/dist/server/openbis.conf
+++ b/openbis/dist/server/openbis.conf
@@ -10,7 +10,7 @@
 #
 # General options to the JRE
 #
-JAVA_OPTS=${JAVA_OPTS:=-server -d64 -Djavax.net.ssl.trustStore=openBIS.keystore}
+JAVA_OPTS=${JAVA_OPTS:=-server -d64 -Djavax.net.ssl.trustStore=etc/openBIS.keystore}
 
 #
 # Memory options to the JRE
-- 
GitLab