This commit is contained in:
goldsquid
2025-12-18 09:02:54 +07:00
parent e92805056a
commit 51af4d44fe

View File

@@ -378,7 +378,7 @@ else
else else
echo -e " No response from node (connection timeout or unreachable)" echo -e " No response from node (connection timeout or unreachable)"
fi fi
((ERRORS++)) ERRORS=$((ERRORS + 1))
fi fi
fi fi
@@ -407,7 +407,7 @@ else
else else
echo -e " No response from node (connection timeout or unreachable)" echo -e " No response from node (connection timeout or unreachable)"
fi fi
((ERRORS++)) ERRORS=$((ERRORS + 1))
fi fi
fi fi