Files
frigate/docker/rootfs/usr/local/bin/frigate
T

6 lines
98 B
Plaintext
Raw Normal View History

2022-12-07 10:47:40 -03:00
#!/command/with-contenv bash
# shellcheck shell=bash
exec 2>&1
exec python3 -u -m frigate "${@}"