This commit is contained in:
Felipe Santos 2023-01-17 12:59:41 -03:00
parent 1d15eaae26
commit 6d75415f22

View File

@ -11,9 +11,4 @@ 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
echo starting go2rtc
sleep 20s
exit 0
exec go2rtc -config="${raw_config}" exec go2rtc -config="${raw_config}"