From 14897c28c58795326fb1ee720a0fb66fab7f6800 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Fri, 16 Apr 2010 08:37:41 +0000
Subject: [PATCH] minor: yeastx install script: move instead of removing the
 original plugin

SVN: 15493
---
 openbis_all/source/bash/sprint_post_install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh
index 1dbd385f888..715a99556e0 100755
--- a/openbis_all/source/bash/sprint_post_install.sh
+++ b/openbis_all/source/bash/sprint_post_install.sh
@@ -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
-- 
GitLab