From 2cf4810916cf3f30774693c7c466cd272aa7fb7b Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Fri, 4 Jun 2010 11:27:20 +0000 Subject: [PATCH] added plasmids server SVN: 16278 --- openbis_all/source/bash/sprint_post_install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh index 715a99556e0..c030d675123 100755 --- a/openbis_all/source/bash/sprint_post_install.sh +++ b/openbis_all/source/bash/sprint_post_install.sh @@ -15,6 +15,7 @@ export SCU=openbis-scu export BASYSBIO=bs-dsvr10.ethz.ch export BASYSBIO_TEST=openbis-test export CINA=bs-openbis01.ethz.ch +export PLASMIDS=bs-openbis02.ethz.ch function create_individual_greeting_message { # Creates an individual greeting message @@ -114,7 +115,12 @@ case "$SERVER" in $BIN/sprint_post_install_basysbio.sh ;; $CINA) - echo DSU:$CINA; + echo CINA:$CINA; + restore_loginHeader + create_individual_greeting_message + ;; + $PLASMIDS) + echo PLASMIDS:$PLASMIDS; restore_loginHeader create_individual_greeting_message ;; -- GitLab