Fix python run syntax

This commit is contained in:
Nick Mowen 2023-01-15 17:43:46 -07:00
parent cc65442d24
commit d7ee22de9d

View File

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