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 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: