remove process-meter

This commit is contained in:
holzi1005 2025-01-08 08:17:47 +01:00
parent 09781ec2d4
commit 927f8ca092

View file

@ -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}" \