Skip to content
Snippets Groups Projects
Commit 2493d7f6 authored by kohleman's avatar kohleman
Browse files

added CINA

SVN: 15305
parent 03145384
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment