From 5a7b11df4cffc306f947576cd083ae6325f1caf0 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 7 Jan 2025 17:00:43 +0100 Subject: [PATCH] typo --- inotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotify.sh b/inotify.sh index bca5916..d4e3a75 100644 --- a/inotify.sh +++ b/inotify.sh @@ -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}" \