Skip to content

Commit

Permalink
Update _updatePublisher.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyjaiswal0308 authored Mar 21, 2024
1 parent 2eddf8b commit 13a44bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _updatePublisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ while [ "$#" -gt 0 ]; do
done

echo "Checking internet connection"
curl -sSf tx.fhir.org > /dev/null
curl -sSf raw.githubusercontent.com > /dev/null

if [ $? -ne 0 ] ; then
echo "Offline (or the terminology server is down), unable to update. Exiting"
Expand Down

0 comments on commit 13a44bd

Please sign in to comment.