mirror of https://github.com/samply/bridgehead.git
fix: path in mtba setup
This commit is contained in:
parent
bbda5e917f
commit
fa973e2cfa
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue