From 927f8ca092fb7694d5685c16d7c139f844f05a13 Mon Sep 17 00:00:00 2001
From: holzi1005 <andreas.holzmann@h2-invent.com>
Date: Wed, 8 Jan 2025 08:17:47 +0100
Subject: [PATCH] remove process-meter

---
 inotify.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inotify.sh b/inotify.sh
index e5e1b14..8ae50f5 100644
--- a/inotify.sh
+++ b/inotify.sh
@@ -36,7 +36,8 @@ inotifywait -m /out -e close_write |
                 if [ -f "$temp_chunk_file" ]
                 then
                     # Chunk hochladen
-                    /usr/bin/curl --location "$UPLOAD_URL" \
+                    /usr/bin/curl --no-progress-meter \
+                    --location "$UPLOAD_URL" \
                     --header "Authorization: Bearer $AUTH_TOKEN" \
                     --form "recording_id=${id}" \
                     --form "chunk_index=${i}" \