hotfix: Switch to old Project Name

This commit is contained in:
Torben Brenner
2023-03-09 14:56:45 +01:00
parent 7743e2cf01
commit 25081c1bf4
2 changed files with 5 additions and 3 deletions

View File

@ -171,7 +171,7 @@ function retry {
function bk_is_running {
detectCompose
RUNNING="$($COMPOSE -p bridgehead-$PROJECT -f ./$PROJECT/docker-compose.yml $OVERRIDE ps -q)"
RUNNING="$($COMPOSE -p $PROJECT -f ./$PROJECT/docker-compose.yml $OVERRIDE ps -q)"
NUMBEROFRUNNING=$(echo "$RUNNING" | wc -l)
if [ $NUMBEROFRUNNING -ge 2 ]; then
return 0