Update script to include new message
This commit is contained in:
@@ -18,4 +18,5 @@ fi
|
|||||||
grep 'Could not download submission' "$file" | awk '{ print $12 }' | rev | cut -c 2- | rev ;
|
grep 'Could not download submission' "$file" | awk '{ print $12 }' | rev | cut -c 2- | rev ;
|
||||||
grep 'Failed to download resource' "$file" | awk '{ print $15 }' ;
|
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 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 ;
|
||||||
} >>"$output"
|
} >>"$output"
|
||||||
|
|||||||
Reference in New Issue
Block a user