From 18a7067dca052bd849a1a91c635ddbed04d52a7a Mon Sep 17 00:00:00 2001 From: riley Date: Wed, 27 Sep 2023 16:54:15 -0400 Subject: [PATCH] Syntax fix --- root/usr/libexec/apps/frigate/frigate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/libexec/apps/frigate/frigate.sh b/root/usr/libexec/apps/frigate/frigate.sh index 7d941f0..57e0b72 100755 --- a/root/usr/libexec/apps/frigate/frigate.sh +++ b/root/usr/libexec/apps/frigate/frigate.sh @@ -273,7 +273,7 @@ update_camera_in_yml() { # Fetch and Update the specific settings for this camera from UCI -> YAML local path=$(get_uci_camera_value $camera_index "path") - set_yml_value $name ".ffmpeg.inputs[0].path" $path + set_yml_value $name ".ffmpeg.inputs[0].path" "\"$path\"" local roles=$(get_uci_camera_value $camera_index "roles") set_yml_value $name ".ffmpeg.inputs[0].roles" $roles