Minor updates to IG scripts
- Update updatePublisher scripts to have more clear options for prompts. Add space after prompt for clarity. - Update genonce.sh script to not depend on wget. Instead use curl to check internet connection since it is used in updatePublisher. - Update gencontinuous scripts to reference relative genonce scripts.
This commit is contained in:
@@ -3,7 +3,7 @@ publisher_jar=org.hl7.fhir.publisher.jar
|
||||
input_cache_path=./input-cache/
|
||||
set -e
|
||||
echo Checking internet connection...
|
||||
wget -q --spider tx.fhir.org
|
||||
curl -sSf tx.fhir.org > /dev/null
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Online"
|
||||
|
||||
Reference in New Issue
Block a user