From 2493d7f67cc15060f612f6244cb0c45c106666c5 Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Mon, 29 Mar 2010 12:46:51 +0000 Subject: [PATCH] added CINA SVN: 15305 --- openbis_all/source/bash/sprint_post_install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh index 99fca693332..a80ea77155e 100755 --- a/openbis_all/source/bash/sprint_post_install.sh +++ b/openbis_all/source/bash/sprint_post_install.sh @@ -14,6 +14,7 @@ export DSU=openbis-dsu export SCU=openbis-scu export BASYSBIO=bs-dsvr10.ethz.ch export BASYSBIO_TEST=openbis-test +export CINA=bs-openbis01.ethz.ch function create_individual_greeting_message { # Creates an individual greeting message @@ -111,6 +112,11 @@ case "$SERVER" in add_yeastx_plugin $BIN/sprint_post_install_basysbio.sh ;; + $CINA) + echo DSU:$CINA; + restore_loginHeader + create_individual_greeting_message + ;; *) echo Wrong Server! $SERVER is not in the list of openBIS Servers.; exit 1; -- GitLab