We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc0f88 commit 7d9cbe1Copy full SHA for 7d9cbe1
_updatePublisher.sh
@@ -32,7 +32,7 @@ done
32
33
echo "Checking internet connection"
34
case "$OSTYPE" in
35
- linux-gnu* ) ping tx.fhir.org -4 -c 1 -w 1000 >/dev/null ;;
+ linux* ) ping tx.fhir.org -4 -c 1 -w 1000 >/dev/null ;;
36
darwin* ) ping tx.fhir.org -c 1 >/dev/null ;;
37
*) echo "unknown: $OSTYPE"; exit 1 ;;
38
esac
0 commit comments