Report parallel downloads instead of total downloads as fourth column.

This commit is contained in:
Achim D. Brucker 2018-04-27 16:29:32 +01:00
parent fd4ed697a7
commit bad8334df1
1 changed files with 4 additions and 5 deletions

View File

@ -72,11 +72,10 @@ TIME=`date --utc +%H:%M:%S`
EXTS=`grep 'Updating .* extensions' $LATESTLOG \
| head -1 \
| sed -e 's/^.*---//' \
-e 's/Updating/\\"/' \
-e 's/extensions (/\\";\\"/' \
-e 's/including forums.*)/\\"/' \
-e 's/ //g'`
| sed -e 's/^.* (//' \
-e 's/ including forums, / /' \
-e 's/ excluding forums.*/ /g' \
| awk '{print $2";"$1}'`
if [[ "$EXTS" == "" ]]; then
EXTS=";"