Skip to content
Snippets Groups Projects
Commit 2e57e2ea authored by felmer's avatar felmer
Browse files

genericCommonContext.xml isn't a configuration file. Post-installation scripts...

genericCommonContext.xml isn't a configuration file. Post-installation scripts are changed accordingly. That is, they no longer overwrite this file.

SVN: 23117
parent 5668a0dd
No related branches found
No related tags found
No related merge requests found
...@@ -62,9 +62,6 @@ function restore_config_files { ...@@ -62,9 +62,6 @@ function restore_config_files {
if [ -f ~openbis/config/datastore_server.conf ]; then if [ -f ~openbis/config/datastore_server.conf ]; then
cp ~openbis/config/datastore_server.conf ~openbis/sprint/datastore_server/etc/ cp ~openbis/config/datastore_server.conf ~openbis/sprint/datastore_server/etc/
fi 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 { function add_yeastx_plugin {
......
...@@ -17,5 +17,3 @@ function copy_or_die { ...@@ -17,5 +17,3 @@ function copy_or_die {
exit 1 exit 1
fi fi
} }
copy_or_die ~/config/genericCommonContext.xml ~/sprint/openBIS-server/jetty/webapps/openbis/WEB-INF/classes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment