diff --git a/net/net.sh b/net/net.sh index 44fdecb29b..a6b9755d6f 100755 --- a/net/net.sh +++ b/net/net.sh @@ -723,8 +723,7 @@ checkPremptibleInstances() { # immediately after its successfully pinged. for ipAddress in "${validatorIpList[@]}"; do ( - set -x - timeout 5s ping -c 1 "$ipAddress" | tr - _ + timeout 5s ping -c 1 "$ipAddress" | tr - _ &>/dev/null ) || { cat <