microsoft / OpenHack-FHIR

This repository hosts the guidance and assets for delivering an OpenHack focusing on FHIR and Microsoft's API for FHIR.
Creative Commons Attribution 4.0 International
89 stars 41 forks source link

Windows and Linux file formats #10

Closed davidhanna66 closed 4 years ago

davidhanna66 commented 4 years ago

If you are using Windows subsystem for Linux and bash/Ubuntu shell, and Github desktop, github desktop converts the file format to Windows/DOS. this creates the following error: : invalid option nameh: line 2: set: pipefail

there are 2 fixes - run git clone from subsystem for linux - so we can supply the command or run 'dos2unix ./deployhl7ingest.bash' which will convert file format.

This is a fix for the already existing error in troubleshooting section.

cyberuna commented 4 years ago

Added documentation for this