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")"