From 216198ea8a83c711b288752725f6d14a1b142feb Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 7 Jan 2025 18:11:57 +0100 Subject: [PATCH] fix typo --- inotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotify.sh b/inotify.sh index 9beed09..5839c61 100644 --- a/inotify.sh +++ b/inotify.sh @@ -39,7 +39,7 @@ inotifywait -m /out -e close_write | curl --location "$UPLOAD_URL" \ --header "Authorization: Bearer $AUTH_TOKEN" \ --form "recording_id=${file%.mp4}" \ - --form "chunk_index=${i} \ + --form "chunk_index=${i}" \ --form "total_chunks=${num_chunks}" \ --form "file=@$temp_chunk_file"