mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 01:20:14 +02:00
Check against LDM_PASSWORD
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user