add generic bash function addBasicAuthUser

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2023-07-27 15:38:29 +02:00
committed by Pierre Delpy
parent 788e4ea9f7
commit dc0fc286b1
7 changed files with 28 additions and 39 deletions

View File

@ -73,7 +73,6 @@ case "$ACTION" in
hc_send log "Bridgehead $PROJECT startup: Checking requirements ..."
checkRequirements
hc_send log "Bridgehead $PROJECT startup: Requirements checked out. Now starting bridgehead ..."
export LDM_LOGIN=$(getLdmPassword)
exec $COMPOSE -p $PROJECT -f ./minimal/docker-compose.yml -f ./$PROJECT/docker-compose.yml $OVERRIDE up --abort-on-container-exit
;;
stop)