From f1f763c4b1e0018e22cd68fddd6152db6019813e Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Mon, 5 Sep 2011 07:31:28 +0000 Subject: [PATCH] undo last commit SVN: 22774 --- openbis_all/source/bash/sprint_post_install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh index 856881c1d0d..fbd3ed1bf13 100755 --- a/openbis_all/source/bash/sprint_post_install.sh +++ b/openbis_all/source/bash/sprint_post_install.sh @@ -61,10 +61,7 @@ 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 - if [ -f ~openbis/config/web-client.properties ]; then - cp ~openbis/config/web-client.properties ~/sprint/openBIS-server/jetty/etc - fi + fi } function add_yeastx_plugin { -- GitLab