Check against LDM_PASSWORD

This commit is contained in:
Martin Lablans
2022-11-03 17:29:52 +01:00
parent a9864a928c
commit 729d4e2c1e
2 changed files with 2 additions and 2 deletions

View File

@ -59,13 +59,13 @@ if [ -f "$PROJECT/docker-compose.override.yml" ]; then
fi
detectCompose
setLdmPassword
case "$ACTION" in
start)
hc_send log "Bridgehead $PROJECT startup: Checking requirements ..."
checkRequirements
hc_send log "Bridgehead $PROJECT startup: Requirements checked out. Now starting bridgehead ..."
setLdmPassword
exec $COMPOSE -f ./$PROJECT/docker-compose.yml $OVERRIDE up --abort-on-container-exit
;;
stop)