From 69ad6930504b46e7db30fbb93549e566e2b3b300 Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Wed, 12 Mar 2025 00:05:28 -0400 Subject: [PATCH] fix: silent curl --- install/fileflows-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index f8f75db..1e524f2 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -127,7 +127,7 @@ curl -s -X 'POST' \ -d "{ \"Name\": \"ffmpeg\", \"Value\": \"$FFMPEG_PATH\" -}" +}" 2>/dev/null curl -s -X 'POST' \ "http://localhost:19200/api/variable" \ @@ -136,7 +136,7 @@ curl -s -X 'POST' \ -d "{ \"Name\": \"ffprobe\", \"Value\": \"$FFPROBE_PATH\" -}" +}" 2>/dev/null msg_ok "ffmpeg and ffprobe variables have been updated successfully."