Move to functions.sh

This commit is contained in:
Martin Lablans
2022-10-28 10:12:21 +02:00
parent 5755baaf00
commit 2aef5f29c3
3 changed files with 11 additions and 6 deletions

View File

@ -58,6 +58,8 @@ if [ -f "$PROJECT/docker-compose.override.yml" ]; then
OVERRIDE+=" -f ./$PROJECT/docker-compose.override.yml"
fi
detectCompose
case "$ACTION" in
start)
hc_send log "Bridgehead $PROJECT startup: Checking requirements ..."