From 65e65823c4c480de7cd7173dd7d3ede822ce8a91 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Fri, 25 Jun 2010 14:03:04 +0000
Subject: [PATCH] LMS-1546 correct dist screening config

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

diff --git a/screening/dist/server/openbis.conf b/screening/dist/server/openbis.conf
index 5ddb154ed2c..6c5055b8023 100644
--- a/screening/dist/server/openbis.conf
+++ b/screening/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