diff --git a/net/net.sh b/net/net.sh index 7a997dfa6a..e6bb199c81 100755 --- a/net/net.sh +++ b/net/net.sh @@ -851,7 +851,7 @@ checkPremptibleInstances() { for ipAddress in "${fullnodeIpList[@]}"; do ( set -x - timeout 5s ping -c 1 "$ipAddress" + timeout 5s ping -c 1 "$ipAddress" | tr - _ ) || { cat <