mirror of https://github.com/samply/bridgehead.git
fix: use correct ID management flag for oBDS2FHIR
This commit is contained in:
parent
7c54b6bb08
commit
91dc31d039
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue