push empty go2rtc config to avoid homekit error in log

This commit is contained in:
Josh Hawkins 2026-01-12 18:10:18 -06:00
parent 6aafa0c6f9
commit 4f331b4f5e

View File

@ -54,8 +54,8 @@ function setup_homekit_config() {
local config_path="$1" local config_path="$1"
if [[ ! -f "${config_path}" ]]; then if [[ ! -f "${config_path}" ]]; then
echo "[INFO] Creating empty HomeKit config file..." echo "[INFO] Creating empty config file for HomeKit..."
echo 'homekit: {}' > "${config_path}" echo '{}' > "${config_path}"
fi fi
# Convert YAML to JSON for jq processing # Convert YAML to JSON for jq processing