fix: path in mtba setup

This commit is contained in:
Patrick Skowronek 2023-08-16 09:37:30 +02:00
parent bbda5e917f
commit fa973e2cfa
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ function mtbaSetup() {
log ERROR "Detected MTBA Module configuration but ID-Management Module seems not to be configured!"
exit 1;
fi
OVERRIDE+=" -f ./$PROJECT/mtba-compose.yml"
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
fi
}