Skip to content

Commit

Permalink
fix(updatePublisher): checking connection
Browse files Browse the repository at this point in the history
* test connexion

* fix(updatePublisher): checking connection

Co-authored-by: simonvadee <[email protected]>
  • Loading branch information
nriss and simonvadee authored Jun 8, 2021
1 parent 3e5ea20 commit 5ae42d2
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 @@ -32,7 +32,7 @@ done

echo "Checking internet connection"
case "$OSTYPE" in
linux-gnu* ) ping tx.fhir.org -4 -c 1 -w 1000 >/dev/null ;;
linux-gnu* ) curl -sSf tx.fhir.org > /dev/null ;;
darwin* ) ping tx.fhir.org -c 1 >/dev/null ;;
*) echo "unknown: $OSTYPE"; exit 1 ;;
esac
Expand Down

0 comments on commit 5ae42d2

Please sign in to comment.