Merge "labs: fix HTTP_EXCEPTIONS check"
This commit is contained in:
commit
e1bcbb7c04
@ -593,7 +593,7 @@ while [ : ]; do
|
||||
fi
|
||||
done
|
||||
|
||||
if [ "${HTTP_EXCEPTIONS:-0}" -ne 0 ]; then
|
||||
if [ "${HTTP_EXCEPTIONS:-0}" != "0" ]; then
|
||||
echo "SUM ERROR HTTP exceptions: ${HTTP_EXCEPTIONS:-0}"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user