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" ]
|
if [ -f "$temp_chunk_file" ]
|
||||||
then
|
then
|
||||||
# Chunk hochladen
|
# Chunk hochladen
|
||||||
/usr/bin/curl --location "$UPLOAD_URL" \
|
/usr/bin/curl --no-progress-meter \
|
||||||
|
--location "$UPLOAD_URL" \
|
||||||
--header "Authorization: Bearer $AUTH_TOKEN" \
|
--header "Authorization: Bearer $AUTH_TOKEN" \
|
||||||
--form "recording_id=${id}" \
|
--form "recording_id=${id}" \
|
||||||
--form "chunk_index=${i}" \
|
--form "chunk_index=${i}" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue