diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index 1e524f2..960267f 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -124,19 +124,13 @@ curl -s -X 'POST' \ "http://localhost:19200/api/variable" \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ - -d "{ - \"Name\": \"ffmpeg\", - \"Value\": \"$FFMPEG_PATH\" -}" 2>/dev/null + -d "{\"Name\":\"ffmpeg\",\"Value\":\"$FFMPEG_PATH\"}" /dev/null curl -s -X 'POST' \ "http://localhost:19200/api/variable" \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ - -d "{ - \"Name\": \"ffprobe\", - \"Value\": \"$FFPROBE_PATH\" -}" 2>/dev/null + -d "{\"Name\":\"ffprobe\",\"Value\":\"$FFPROBE_PATH\"}" /dev/null msg_ok "ffmpeg and ffprobe variables have been updated successfully."