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