mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
6 lines
214 B
Bash
6 lines
214 B
Bash
#!/bin/bash
|
|
if [[ -f "/config/frigate-go2rtc.yaml" ]]; then
|
|
/usr/local/go2rtc/sbin/go2rtc -config=/config/frigate-go2rtc.yaml
|
|
else
|
|
/usr/local/go2rtc/sbin/go2rtc -config=/usr/local/go2rtc/sbin/go2rtc.yaml
|
|
fi |