remove process-meter
This commit is contained in:
parent
09781ec2d4
commit
927f8ca092
1 changed files with 2 additions and 1 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Reference in a new issue