Merge pull request #27 from costateixeira/patch-1

Quick fix for ping not working over ipv6
This commit is contained in:
Lloyd McKenzie 2020-06-16 13:09:56 -06:00 committed by GitHub
commit 9224a659cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ SET publisher_jar=org.hl7.fhir.publisher.jar
SET input_cache_path=%CD%\input-cache
ECHO Checking internet connection...
PING tx.fhir.org -n 1 -w 1000 | FINDSTR TTL && GOTO isonline
PING tx.fhir.org -4 -n 1 -w 1000 | FINDSTR TTL && GOTO isonline
ECHO We're offline...
SET txoption=-tx n/a
GOTO igpublish