You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
When running the num-node without a FHIR-Server as destination, the JSON files should be saved within odm2fhir/out/.
Actual Behavior
If the folder does not yet exist, the shell-script creates it with an ownership by user root, causing an AccesDeniedException when odm2fhir tries to write files into this folder.
Steps to Reproduce the Problem
delete folder odm2fhir/out
comment out FHIR_SERVER_URL in odm2fhir/docker-compose.yml
run sh 04_execute-odm2fhir.sh
see result
Specifications
Version: latest (cloned 02.06.2021)
Platform: Ubuntu 20.04
Subsystem:
The text was updated successfully, but these errors were encountered:
Expected Behavior
When running the num-node without a FHIR-Server as destination, the JSON files should be saved within
odm2fhir/out/
.Actual Behavior
If the folder does not yet exist, the shell-script creates it with an ownership by user
root
, causing anAccesDeniedException
whenodm2fhir
tries to write files into this folder.Steps to Reproduce the Problem
odm2fhir/out
FHIR_SERVER_URL
inodm2fhir/docker-compose.yml
sh 04_execute-odm2fhir.sh
Specifications
The text was updated successfully, but these errors were encountered: