Don't make the resolvercheck check fatal

This commit is contained in:
Frank Denis 2021-02-10 17:33:38 +01:00
parent 8803dc6043
commit 60f32459ae

View File

@ -67,5 +67,5 @@ if [ -s "$ERROR_LOG" ]; then
echo "** FAILURES **"
echo
cat "$ERROR_LOG"
exit 1
exit 0
fi