Make this work for BBMRI-ERIC

This commit is contained in:
Martin Lablans
2022-10-25 11:45:01 +02:00
parent 47e45819ab
commit 07c0c4534e
7 changed files with 129 additions and 106 deletions

View File

@@ -7,8 +7,8 @@ if [ $# -eq 0 ]; then
exit 1
fi
if [ $1 != "ccp" ] && [ $1 != "nngm" ] && [ $1 != "gbn" ]; then
log "ERROR" "Please provide a supported project like ccp, gbn or nngm"
if [ $1 != "ccp" ] && [ $1 != "nngm" ] && [ $1 != "bbmri" ]; then
log "ERROR" "Please provide a supported project like ccp, bbmri or nngm"
exit 1
fi