From b5862634b3e3915fa6b1a3b3229dcead2222e582 Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Wed, 12 Mar 2025 00:01:01 -0400 Subject: [PATCH] fix: remove debug echos --- install/fileflows-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index dc501cb..f8f75db 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -104,10 +104,7 @@ msg_info "Setting ffmpeg variables in fileflows" wait_for_api FFMPEG_UID=$(curl -s -X 'GET' "http://localhost:19200/api/variable/name/ffmpeg" -H 'accept: application/json' | jq -r '.Uid') -echo "ffmpeg UID: $FFMPEG_UID" - FFPROBE_UID=$(curl -s -X 'GET' "http://localhost:19200/api/variable/name/ffprobe" -H 'accept: application/json' | jq -r '.Uid') -echo "ffprobe UID: $FFPROBE_UID" curl -s -X 'DELETE' \ "http://localhost:19200/api/variable" \