mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
fix: path in mtba setup
This commit is contained in:
@ -8,6 +8,6 @@ function mtbaSetup() {
|
|||||||
log ERROR "Detected MTBA Module configuration but ID-Management Module seems not to be configured!"
|
log ERROR "Detected MTBA Module configuration but ID-Management Module seems not to be configured!"
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
OVERRIDE+=" -f ./$PROJECT/mtba-compose.yml"
|
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
Reference in New Issue
Block a user