Avoid more non-standard ping. macOS 💔

This commit is contained in:
Michael Vines 2019-10-16 10:35:41 -07:00
parent 781dfd9dc4
commit b7af5f08d6
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ checkPremptibleInstances() {
for ipAddress in "${fullnodeIpList[@]}"; do
(
set -x
ping -c 1 -t 4 "$ipAddress"
timeout 5s ping -c 1 "$ipAddress"
) || {
cat <<EOF