From b708de8ea279dc046ecbfe7cf8bc61ce12a44c1b Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Wed, 6 Oct 2010 08:51:53 +0000
Subject: [PATCH] LMS-1765 Fixed the screening script to work with the new DSS
 distribution structure.

SVN: 18164
---
 screening/dist/admin/upgrade.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/screening/dist/admin/upgrade.sh b/screening/dist/admin/upgrade.sh
index b86fe020220..4214925d43d 100755
--- a/screening/dist/admin/upgrade.sh
+++ b/screening/dist/admin/upgrade.sh
@@ -33,7 +33,6 @@ pg_dump -U $DB_USER_NAME -Fc $IMAGING_DB > $BACKUP_DIR/$IMAGING_DB-${NOW}.dmp
 
 echo Installing openBIS Datastore Server
 unzip $ROOT_DIR/datastore_server-screening*.zip -d $ROOT_DIR
-unzip $ROOT_DIR/datastore_server_plugin*.zip -d $ROOT_DIR
 
 echo Installing openBIS Application Server
 unzip $ROOT_DIR/openBIS-*.zip -d $ROOT_DIR
-- 
GitLab