Drop non-standard ping -o option

This commit is contained in:
Michael Vines 2019-10-16 10:05:46 -07:00
parent f6b48b0a67
commit 781dfd9dc4
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 -o -t 4 "$ipAddress"
ping -c 1 -t 4 "$ipAddress"
) || {
cat <<EOF