From e5d739c1f9ed02f4d4ae5ebf69469e666ac74b9f Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 23 Aug 2010 09:23:26 +0000
Subject: [PATCH] LMS-1709 test instance: scripts

SVN: 17568
---
 screening/dist/admin/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screening/dist/admin/install.sh b/screening/dist/admin/install.sh
index 599a1369fe7..91bf569c18c 100755
--- a/screening/dist/admin/install.sh
+++ b/screening/dist/admin/install.sh
@@ -21,7 +21,7 @@ psql -U postgres -c "create database $OPENBIS_DB with owner $USER template = tem
 psql -U $USER -d $OPENBIS_DB -f $ROOT_DIR/empty-screening-database.sql
 
 echo Installing openBIS Datastore Server
-unzip $ROOT_DIR/datastore*.zip
+unzip $ROOT_DIR/datastore*.zip -d $ROOT_DIR
 
 echo Installing openBIS Application Server
 unzip $ROOT_DIR/openBIS-*.zip -d $ROOT_DIR
-- 
GitLab