From 1a12cb42983c77d14e12a42e3fc3d8e8a04b36b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Costa=20Teixeira?= Date: Thu, 30 Apr 2020 07:41:53 +0200 Subject: [PATCH] cosmetic fix (fixed one information message and added some blank lines) --- _updatePublisher.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_updatePublisher.bat b/_updatePublisher.bat index d3018ba..05ff2de 100644 --- a/_updatePublisher.bat +++ b/_updatePublisher.bat @@ -17,6 +17,7 @@ set update_sh_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_updat IF "%~1"=="/f" SET skipPrompts=true +ECHO. ECHO Checking internet connection... PING tx.fhir.org -n 1 -w 1000 | FINDSTR TTL && GOTO isonline ECHO We're offline, nothing to do... @@ -37,6 +38,7 @@ IF DEFINED ARG ( FOR %%x IN ("%CD%") DO SET upper_path=%%~dpx +ECHO. IF NOT EXIST "%input_cache_path%%publisher_jar%" ( IF NOT EXIST "%upper_path%%publisher_jar%" ( SET jarlocation="%input_cache_path%%publisher_jar%" @@ -128,7 +130,8 @@ GOTO done -ECHO Will place publisher jar here: %input_cache_path%%publisher_jar% +ECHO. +ECHO Updating scripts IF "%skipPrompts%"=="true" ( SET updateScripts="Y" ) ELSE (