mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Fix python run syntax
This commit is contained in:
parent
cc65442d24
commit
d7ee22de9d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
set -o errexit -o nounset -o pipefail
|
set -o errexit -o nounset -o pipefail
|
||||||
|
|
||||||
raw_config = python3 /usr/local/go2rtc/create_config.py
|
raw_config=$(python3 /usr/local/go2rtc/create_config.py)
|
||||||
|
|
||||||
# Replace the bash process with the go2rtc process, redirecting stderr to stdout
|
# Replace the bash process with the go2rtc process, redirecting stderr to stdout
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user