Merge pull request #19 from costateixeira/fix-offline-issue

fis issue of script aborting if offline
This commit is contained in:
Lloyd McKenzie 2020-04-17 14:48:53 -06:00 committed by GitHub
commit 4746fef6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
#!/bin/bash
publisher_jar=org.hl7.fhir.publisher.jar
input_cache_path=./input-cache/
set -e
echo Checking internet connection...
curl -sSf tx.fhir.org > /dev/null