From 6a390d6d9ba2acd9f90dc58118ce9c2939ebe62a Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 1 Apr 2009 11:20:34 +0000
Subject: [PATCH] LMS-803 bug fixed: remove trust store system properties;
 mixed up openBIS and DSS when fixing wrong path

SVN: 10518
---
 openbis_all/source/bash/sprint_install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh
index 9b601febb34..e846781a903 100755
--- a/openbis_all/source/bash/sprint_install.sh
+++ b/openbis_all/source/bash/sprint_install.sh
@@ -37,7 +37,7 @@ unzip ../openBIS-server*$VER*
 cd openBIS-server
 ./install.sh --nostartup $PWD ../../service.properties
 cp -p $KEYSTORE apache-tomcat/openBIS.keystore
-sed 's/-Djavax.net.ssl.trustStore=etc/openBIS.keystore //g' apache-tomcat/bin/startup.sh > new-startup.sh
+sed 's/-Djavax.net.ssl.trustStore=openBIS.keystore //g' apache-tomcat/bin/startup.sh > new-startup.sh
 mv -f new-startup.sh apache-tomcat/bin/startup.sh
 chmod 744 apache-tomcat/bin/startup.sh
 apache-tomcat/bin/startup.sh
@@ -49,7 +49,7 @@ cd datastore_server
 cp -p ~/datastore_server-service.properties etc/service.properties
 cp -p $KEYSTORE etc/openBIS.keystore
 mv -f ~/old/sprint-$PREV_VER/datastore_server/data/store/* data/store
-sed 's/-Djavax.net.ssl.trustStore=openBIS.keystore //g' datastore_server.sh > xxx
+sed 's/-Djavax.net.ssl.trustStore=etc/openBIS.keystore //g' datastore_server.sh > xxx
 mv -f xxx datastore_server.sh
 chmod 744 datastore_server.sh
 export JAVA_HOME=/usr
-- 
GitLab