mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Add another dns failure
This commit is contained in:
parent
b1fba7ec21
commit
e281682db4
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ FALSE_ERRORS_DETECTION () {
|
||||||
false_positive_error=1
|
false_positive_error=1
|
||||||
false_positive_error_cond="DNS failure"
|
false_positive_error_cond="DNS failure"
|
||||||
fi
|
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
|
# Detect Corrupt source
|
||||||
if grep --quiet "Corrupt source" "$temp_result"
|
if grep --quiet "Corrupt source" "$temp_result"
|
||||||
|
|
Loading…
Add table
Reference in a new issue