Merge pull request #19 from costateixeira/fix-offline-issue
fis issue of script aborting if offline
This commit is contained in:
commit
4746fef6de
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
publisher_jar=org.hl7.fhir.publisher.jar
|
publisher_jar=org.hl7.fhir.publisher.jar
|
||||||
input_cache_path=./input-cache/
|
input_cache_path=./input-cache/
|
||||||
set -e
|
|
||||||
echo Checking internet connection...
|
echo Checking internet connection...
|
||||||
curl -sSf tx.fhir.org > /dev/null
|
curl -sSf tx.fhir.org > /dev/null
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user