mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Fix path
This commit is contained in:
parent
0a37814b6c
commit
e3a90e3aca
@ -178,5 +178,5 @@ if config.get("birdseye", {}).get("restream", False):
|
||||
go2rtc_config["streams"] = {"birdseye": ffmpeg_cmd}
|
||||
|
||||
# Write go2rtc_config to /dev/shm/go2rtc.yaml
|
||||
with open("/workspace/frigate/go2rtc.yaml", "w") as f:
|
||||
with open("/dev/shm/go2rtc.yaml", "w") as f:
|
||||
yaml.dump(go2rtc_config, f)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user