diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh index 99fca6933327fb79026cc1867e101ac8880d6621..a80ea77155ec7f452c0098dcec9315eb0c487d3b 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;