From fa973e2cfa73d417cee79ed3c19aa018f1642cd2 Mon Sep 17 00:00:00 2001 From: Patrick Skowronek Date: Wed, 16 Aug 2023 09:37:30 +0200 Subject: [PATCH] fix: path in mtba setup --- ccp/modules/mtba-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/modules/mtba-setup.sh b/ccp/modules/mtba-setup.sh index 561e5be..c0834b9 100644 --- a/ccp/modules/mtba-setup.sh +++ b/ccp/modules/mtba-setup.sh @@ -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 } \ No newline at end of file