From 43839ff01ff0834f929d257f89d3a1bcbb02e579 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 20 Sep 2012 08:40:30 +0000
Subject: [PATCH] SP-182, Bis-109: bug fixed

SVN: 26697
---
 openbis/dist/server/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/dist/server/install.sh b/openbis/dist/server/install.sh
index 0687dafa39b..d87d6789144 100755
--- a/openbis/dist/server/install.sh
+++ b/openbis/dist/server/install.sh
@@ -82,7 +82,7 @@ mkdir -p "$JETTY_ETC_DIR"
 test -f "$installation_folder/jetty.xml" && cp -p "$installation_folder/jetty.xml" "$JETTY_ETC_DIR"
 test -f "$installation_folder/web-client.properties" && cp -p "$installation_folder/web-client.properties" "$JETTY_ETC_DIR"
 test -f "$JETTY_ETC_DIR/keystore" && rm "$JETTY_ETC_DIR/keystore"
-cp -p "$installation_folder/core_plugins.properties" "$JETTY_ETC_DIR"
+cp -p "$installation_folder/openBIS.keystore" "$JETTY_ETC_DIR"
 cp -p $startup_properties_file "$JETTY_ETC_DIR"
 
 
-- 
GitLab