refactor: Changed Trigger of the IDM Module

This commit is contained in:
Torben Brenner 2022-12-15 16:39:03 +01:00
parent a3ba98a2fd
commit e2d90447f7
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
function idManagementSetup() { function idManagementSetup() {
# if [ -n "$IDMANAGER_UPLOAD_APIKEY" ]; then
if [ -n "$ENABLE_ID_MANAGEMENT" ]; then if [ -n "$ENABLE_ID_MANAGEMENT" ]; then
log INFO "id-management setup detected -- will start id-management (mainzelliste & magicpl)." log INFO "id-management setup detected -- will start id-management (mainzelliste & magicpl)."
OVERRIDE+=" -f ./$PROJECT/modules/id-management-compose.yml" OVERRIDE+=" -f ./$PROJECT/modules/id-management-compose.yml"