From 4d14a5073ee5665af208e6faacb7234d4a986b9b Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:02:41 -0600 Subject: [PATCH] no dry run --- testdata/moonfire-nvr/movement_detection_via_api_ffmpeg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/moonfire-nvr/movement_detection_via_api_ffmpeg.sh b/testdata/moonfire-nvr/movement_detection_via_api_ffmpeg.sh index 5a5183a..c754949 100644 --- a/testdata/moonfire-nvr/movement_detection_via_api_ffmpeg.sh +++ b/testdata/moonfire-nvr/movement_detection_via_api_ffmpeg.sh @@ -76,7 +76,7 @@ main() { echo "$uuid.$recording" >> /tmp/movement_detection_via_api_ffmpeg.sh.txt else echo no movement in "$recording" - echo api "/api/cameras/$uuid/$stream/view.mp4" \ + api "/api/cameras/$uuid/$stream/view.mp4" \ -X DELETE \ -H 'Content-Type: application/json' \ -d "$(printf '{"runStartId": %s}' "$recording")"