1
0
Fork 0
mirror of synced 2024-05-06 21:32:44 +12:00

Add another logging message to script

This commit is contained in:
Serene-Arc 2021-06-11 18:36:40 +10:00
parent 4be75fd48a
commit 9fd8b29833

View file

@ -19,4 +19,5 @@ fi
grep 'Failed to download resource' "$file" | awk '{ print $15 }' ;
grep 'failed to download submission' "$file" | awk '{ print $14 }' | rev | cut -c 2- | rev ;
grep 'Failed to write file' "$file" | awk '{ print $16 }' | rev | cut -c 2- | rev ;
grep 'skipped due to disabled module' "$file" | awk '{ print $9 }' ;
} >>"$output"