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
|
||||
if [ -f "/config/go2rtc.yaml" ]; then
|
||||
/usr/local/go2rtc/sbin/go2rtc -config=/config/go2rtc.yaml
|
||||
#!/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
|
||||
Loading…
Reference in New Issue
Block a user