From 5aae6b3df88b21216fc1a756b98f5a21fbe9607a Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Sat, 22 May 2021 11:53:12 +1000 Subject: [PATCH] Add another message type --- scripts/extract_successful_ids.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/extract_successful_ids.sh b/scripts/extract_successful_ids.sh index 6c7930d..19e8bd7 100755 --- a/scripts/extract_successful_ids.sh +++ b/scripts/extract_successful_ids.sh @@ -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"