Add another message type

This commit is contained in:
Serene-Arc
2021-05-22 11:53:12 +10:00
committed by Serene
parent 527a8af7b7
commit 5aae6b3df8

View File

@@ -19,4 +19,5 @@ fi
grep 'Resource hash' "$file" | awk '{ print $(NF-2) }' ;
grep 'Download filter' "$file" | awk '{ print $(NF-3) }' ;
grep 'already exists, continuing' "$file" | awk '{ print $(NF-3) }' ;
grep 'Hard link made' "$file" | awk '{ print $(NF) }' ;
} >> "$output"