mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Look for frigate-go2rtc
This commit is contained in:
parent
ece06a6d80
commit
75b6efef21
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/execlineb -P
|
#!/bin/bash
|
||||||
if [ -f "/config/go2rtc.yaml" ]; then
|
if [ -f "/config/frigate-go2rtc.yaml" ]; then
|
||||||
/usr/local/go2rtc/sbin/go2rtc -config=/config/go2rtc.yaml
|
/usr/local/go2rtc/sbin/go2rtc -config=/config/frigate-go2rtc.yaml
|
||||||
else
|
else
|
||||||
/usr/local/go2rtc/sbin/go2rtc -config=/usr/local/go2rtc/sbin/go2rtc.yaml
|
/usr/local/go2rtc/sbin/go2rtc -config=/usr/local/go2rtc/sbin/go2rtc.yaml
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in New Issue
Block a user