Bug fix: error reporting.

This commit is contained in:
Achim D. Brucker 2017-10-12 00:05:21 +01:00
parent b7bed2a341
commit b3240c48ef
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ date +'* Start Updating Extensions Archive (%c)' | tee $LOG
date +'* Update Finished (%c)' | tee -a $LOG
ERRORS=`grep $LOGPREFIX.log | sort -k 5,5 -u | wc -l`
ERRORS=`grep ERROR $LOGPREFIX.log | sort -k 5,5 -u | wc -l`
EXTENSIONS=`grep "Updating db" $LOGPREFIX.log | wc -l`
echo "ERROR LOG: $ERRORS (out of $EXTENSIONS)"
echo "=========="