mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
#!/usr/bin/execlineb -P
|
|
if [ -f "/config/go2rtc.yaml" ]; then
|
|
/usr/local/go2rtc/sbin/go2rtc -config=/config/go2rtc.yaml
|
|
else
|
|
/usr/local/go2rtc/sbin/go2rtc -config=/usr/local/go2rtc/sbin/go2rtc.yaml
|
|
fi |