Update format

Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
This commit is contained in:
Nicolas Mowen 2022-10-27 08:19:01 -06:00 committed by GitHub
parent 3c04d0825c
commit 8a058d3b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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