From 270f2562f8813a29e510470628ebf70921933fe8 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 1 Apr 2009 11:17:43 +0000
Subject: [PATCH] LMS-803 bug fixed: remove trust store system properties;
 wrong path

SVN: 10517
---
 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 7b9c3ab9ac9..9b601febb34 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=openBIS.keystore //g' apache-tomcat/bin/startup.sh > new-startup.sh
+sed 's/-Djavax.net.ssl.trustStore=etc/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
@@ -48,7 +48,7 @@ unzip ../datastore_server*$VER*
 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
+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
 mv -f xxx datastore_server.sh
 chmod 744 datastore_server.sh
-- 
GitLab