diff --git a/openbis_all/source/bash/sprint_post_install_sprint.sh b/openbis_all/source/bash/sprint_post_install_sprint.sh index 6aab8376c1e1e33257a7fc8b3c5e4813d748237c..fa5f8679c3bca952b2083fc6d688f3f4c3076db5 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