typo
This commit is contained in:
parent
63219bc01d
commit
5a7b11df4c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ inotifywait -m /out -e close_write |
|
|||
while [ $i -lt $num_chunks ]; do
|
||||
offset=$(( i * chunk_size ))
|
||||
/bin/dd if="$file_path" bs=$chunk_size skip=$i count=1 2>/dev/null | \
|
||||
/urs/bin/curl --location "$UPLOAD_URL" \
|
||||
/usr/bin/curl --location "$UPLOAD_URL" \
|
||||
--header "Authorization: Bearer $AUTH_TOKEN" \
|
||||
--form "recording_id=${id}" \
|
||||
--form "chunk_index=${i}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue