diff --git a/inotify.sh b/inotify.sh index e5e1b14..8ae50f5 100644 --- a/inotify.sh +++ b/inotify.sh @@ -36,7 +36,8 @@ inotifywait -m /out -e close_write | if [ -f "$temp_chunk_file" ] then # Chunk hochladen - /usr/bin/curl --location "$UPLOAD_URL" \ + /usr/bin/curl --no-progress-meter \ + --location "$UPLOAD_URL" \ --header "Authorization: Bearer $AUTH_TOKEN" \ --form "recording_id=${id}" \ --form "chunk_index=${i}" \