diff --git a/net/net.sh b/net/net.sh index 90a783d6a..876d1c378 100755 --- a/net/net.sh +++ b/net/net.sh @@ -851,7 +851,7 @@ checkPremptibleInstances() { for ipAddress in "${fullnodeIpList[@]}"; do ( set -x - ping -o -t 4 "$ipAddress" + ping -c 1 -t 4 "$ipAddress" ) || { cat <