From 892135accbd4ba88491064e98ee9c988d61fedcf Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Mon, 5 Sep 2011 07:25:41 +0000 Subject: [PATCH] finnaly added web-client.properties SVN: 22773 --- openbis_all/source/bash/sprint_post_install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh index fbd3ed1bf13..856881c1d0d 100755 --- a/openbis_all/source/bash/sprint_post_install.sh +++ b/openbis_all/source/bash/sprint_post_install.sh @@ -61,7 +61,10 @@ function restore_config_files { fi if [ -f ~openbis/config/datastore_server.conf ]; then cp ~openbis/config/datastore_server.conf ~openbis/sprint/datastore_server/etc/ - fi + fi + if [ -f ~openbis/config/web-client.properties ]; then + cp ~openbis/config/web-client.properties ~/sprint/openBIS-server/jetty/etc + fi } function add_yeastx_plugin { -- GitLab