Skip to content
Snippets Groups Projects
Commit 14897c28 authored by tpylak's avatar tpylak
Browse files

minor: yeastx install script: move instead of removing the original plugin

SVN: 15493
parent 7ce7f808
No related merge requests found
......@@ -46,7 +46,7 @@ function add_yeastx_plugin {
unzip ~openbis/config/datastore_server_plugin*.zip
mv -f ~openbis/config/lib/datastore_server-plugins.jar ~openbis/sprint/datastore_server/lib
rmdir ~openbis/config/lib
rm -f ~openbis/config/datastore_server_plugin*.zip
mv -f ~openbis/config/datastore_server_plugin*.zip ~openbis/old/
}
case "$SERVER" in
......
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