-
- Downloads
Fix that only the first attachment per task is downloaded
sort --unique combined with --numeric-sort only check if the first number is unique ($task_id), which means that only the first attachment is downloaded. Fixed by switching to uniq for filtering out duplicates.