Mohan Klein
Mohan Klein
@Acconut I need to further process the files (convert them to mp3) and then also inform my backend app about it. I tried post-finish hook for now to mv files...
@Acconut Sorry I know this is noob code :-( ``` #!/bin/bash echo "Upload $TUS_ID ($TUS_SIZE bytes) finished" data=$(cat /dev/stdin) token=$(echo $data | jq --raw-output .MetaData.token) filename=$(echo $data | jq --raw-output...
@Acconut yeah sorry man! you're absolutely right!
ah I just wanted to create a PR with the exact same fix but then I saw you already did the exact same thing :-) thanks!