From b338ff962394a555fee902298f12e3dcc8c76f5c Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 18 Sep 2023 17:21:45 -0400 Subject: [PATCH] fixed config syntax error --- root/etc/config/frigate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/config/frigate b/root/etc/config/frigate index 4ed3026..ae5c066 100644 --- a/root/etc/config/frigate +++ b/root/etc/config/frigate @@ -7,7 +7,7 @@ config frigate_config 'docker' config frigate_config 'mqtt' option mqtt 'False' - option host 'mqtt.server.com + option host 'mqtt.server.com' config frigate_config 'detectors' option coral 'True'