mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Update format
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
This commit is contained in:
parent
3c04d0825c
commit
8a058d3b2f
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
if [ -f "/config/frigate-go2rtc.yaml" ]; then
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user