From 40411bb10cad2cee6ea86c50921b02f56edf3ef0 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 24 Jun 2010 11:00:55 +0000 Subject: [PATCH] LMS-1552 fix bug SVN: 16713 --- 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 c5056f461ef..e42c552fc22 100755 --- a/openbis_all/source/bash/sprint_install.sh +++ b/openbis_all/source/bash/sprint_install.sh @@ -62,8 +62,8 @@ cd openBIS-server ./install.sh $PWD $CONFIG_DIR/service.properties $CONFIG_DIR/openbis.conf if [ -f $KEYSTORE ]; then cp -p $KEYSTORE jetty/etc/openBIS.keystore - sed 's/-Djavax.net.ssl.trustStore=openBIS.keystore //g' jetty/bin/openbis.config > new-openbis.config - mv -f new-openbis.config jetty/bin/openbis.config + sed 's/-Djavax.net.ssl.trustStore=openBIS.keystore //g' jetty/bin/openbis.conf > new-openbis.conf + mv -f new-openbis.conf jetty/bin/openbis.conf fi cp ~openbis/old/$SERVERS_PREV_VER/openBIS-server/jetty/etc/jetty.xml ~openbis/$SERVERS_VER/openBIS-server/jetty/etc/jetty.xml #jetty/bin/startup.sh -- GitLab