Merge pull request #28 from costateixeira/patch-3
Force ipv4 in online check
This commit is contained in:
commit
52a5e2e541
@ -19,7 +19,7 @@ IF "%~1"=="/f" SET skipPrompts=true
|
|||||||
|
|
||||||
ECHO.
|
ECHO.
|
||||||
ECHO Checking internet connection...
|
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, nothing to do...
|
ECHO We're offline, nothing to do...
|
||||||
GOTO end
|
GOTO end
|
||||||
|
|
||||||
@ -215,4 +215,4 @@ start copy /y "_updatePublisher.new.bat" "_updatePublisher.bat" ^&^& del "_updat
|
|||||||
|
|
||||||
IF "%skipPrompts%"=="true" (
|
IF "%skipPrompts%"=="true" (
|
||||||
PAUSE
|
PAUSE
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user