frigate/notify/docker_entrypoint.sh

7 lines
83 B
Bash
Raw Normal View History

2023-10-29 19:39:22 -05:00
#!/bin/bash
set -e
update-ca-certificates
python3 frigate_event_notifier.py "$@"