refactor: Changed Trigger of the IDM Module

This commit is contained in:
Torben Brenner 2022-12-15 16:39:03 +01:00
parent 5e063003ac
commit 125bb5e262
1 changed files with 1 additions and 1 deletions

View File

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