diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh index fbd3ed1bf13c8e18b4d0f41ce71c5dc7bf230bb2..44a5bbea15c70ce0b1136771d415d8911a2e0587 100755 --- a/openbis_all/source/bash/sprint_post_install.sh +++ b/openbis_all/source/bash/sprint_post_install.sh @@ -62,6 +62,9 @@ function restore_config_files { if [ -f ~openbis/config/datastore_server.conf ]; then cp ~openbis/config/datastore_server.conf ~openbis/sprint/datastore_server/etc/ fi + if [ -f ~openbis/config/genericCommonContext.xml ]; then + cp ~openbis/config/genericCommonContext.xml ~openbis/sprint/openBIS-server/jetty/webapps/openbis/WEB-INF/classes + fi } function add_yeastx_plugin { diff --git a/openbis_all/source/bash/sprint_post_install_yeastx.sh b/openbis_all/source/bash/sprint_post_install_yeastx.sh index c72079f5dda6d3e5adf044771b1aa34202d88392..87437a0b33e1c7ed5ff9498707598339e50b276d 100755 --- a/openbis_all/source/bash/sprint_post_install_yeastx.sh +++ b/openbis_all/source/bash/sprint_post_install_yeastx.sh @@ -20,4 +20,3 @@ function copy_or_die { copy_or_die $CONFIG_DIR/eicmlDropboxProcessingPlugin.properties $DSS/etc/ copy_or_die $CONFIG_DIR/fiamlDropboxProcessingPlugin.properties $DSS/etc/ -copy_or_die ~/config/openbis-as/genericCommonContext.xml ~/sprint/openBIS-server/jetty/webapps/openbis/WEB-INF/classes