From 2aa855a3cf308a707f08f34176be8c7e62d8bb3a Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 6 Oct 2010 13:09:13 +0000 Subject: [PATCH] LMS-1765 Fixed the sprint_post_install.sh script to work with the new DSS distribution structure. SVN: 18184 --- openbis_all/source/bash/sprint_post_install_sprint.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openbis_all/source/bash/sprint_post_install_sprint.sh b/openbis_all/source/bash/sprint_post_install_sprint.sh index 6aab8376c1e..fa5f8679c3b 100644 --- a/openbis_all/source/bash/sprint_post_install_sprint.sh +++ b/openbis_all/source/bash/sprint_post_install_sprint.sh @@ -6,16 +6,8 @@ CIFEX_DIR=~/sprint/datastore_server/data/incoming-cifex INCOMING_DIR=~/sprint/datastore_server/data/incoming-batch DROPBOX_FIA_DIR=~/sprint/datastore_server/data/dropbox-fiaML DROPBOX_EIC_DIR=~/sprint/datastore_server/data/dropbox-eicML -DS_LOCATION=~/datastore_server-plugins.jar -DS_DESTINATION=~/sprint/datastore_server/lib [ -d $CIFEX_DIR ] || mkdir -p $CIFEX_DIR [ -d $INCOMING_DIR ] || mkdir -p $INCOMING_DIR [ -d $DROPBOX_FIA_DIR ] || mkdir -p $DROPBOX_FIA_DIR [ -d $DROPBOX_EIC_DIR ] || mkdir -p $DROPBOX_EIC_DIR - -if [ -f $DS_LOCATION ]; then - cp $DS_LOCATION $DS_DESTINATION -else - echo $DS_LOCATION not present! -fi \ No newline at end of file -- GitLab