fix: use correct ID management flag for oBDS2FHIR

This commit is contained in:
Pierre Delpy 2024-07-08 13:54:42 +02:00
parent 7c54b6bb08
commit 91dc31d039
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
function obds2fhirRestSetup() {
if [ -n "$ENABLE_OBDS2FHIR_REST" ]; then
log INFO "oBDS2FHIR-REST setup detected -- will start obds2fhir-rest module."
if [ ! -n "$IDMANAGER_LOCAL_PATIENTLIST_APIKEY" ]; then
if [ ! -n "$IDMANAGER_UPLOAD_APIKEY" ]; then
log ERROR "Missing ID-Management Module! Fix this by setting up ID Management:"
PATIENTLIST_URL=" "
fi