Skip to content
Snippets Groups Projects
Commit 892135ac authored by kohleman's avatar kohleman
Browse files

finnaly added web-client.properties

SVN: 22773
parent 654cf03a
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
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