From 2279a75cd152786ec65bbc7027f01f82082a8104 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 20 Sep 2012 07:52:04 +0000
Subject: [PATCH] SP-182, Bis-109: remove copy statement for
 core_plugins.properties

SVN: 26690
---
 openbis/dist/server/install.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openbis/dist/server/install.sh b/openbis/dist/server/install.sh
index 3bfeea5bd46..0687dafa39b 100755
--- a/openbis/dist/server/install.sh
+++ b/openbis/dist/server/install.sh
@@ -82,7 +82,6 @@ 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/openBIS.keystore" "$JETTY_ETC_DIR"
 cp -p "$installation_folder/core_plugins.properties" "$JETTY_ETC_DIR"
 cp -p $startup_properties_file "$JETTY_ETC_DIR"
 
-- 
GitLab