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}" \