Add another dns failure

This commit is contained in:
Maniack Crudelis 2019-05-28 20:36:19 +02:00
parent b1fba7ec21
commit e281682db4

View file

@ -74,6 +74,11 @@ FALSE_ERRORS_DETECTION () {
false_positive_error=1
false_positive_error_cond="DNS failure"
fi
if grep --quiet "unable to resolve host address" "$temp_result"
then
false_positive_error=1
false_positive_error_cond="DNS failure"
fi
# Detect Corrupt source
if grep --quiet "Corrupt source" "$temp_result"