mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 20:40:15 +02:00
fix: use correct ID management flag for oBDS2FHIR
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
function obds2fhirRestSetup() {
|
function obds2fhirRestSetup() {
|
||||||
if [ -n "$ENABLE_OBDS2FHIR_REST" ]; then
|
if [ -n "$ENABLE_OBDS2FHIR_REST" ]; then
|
||||||
log INFO "oBDS2FHIR-REST setup detected -- will start obds2fhir-rest module."
|
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:"
|
log ERROR "Missing ID-Management Module! Fix this by setting up ID Management:"
|
||||||
PATIENTLIST_URL=" "
|
PATIENTLIST_URL=" "
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user