From 3e3f84e5472ba5e3446ec4e387a20a5c2d488534 Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 19 Oct 2024 12:56:39 +0200 Subject: [PATCH] corrected dir path --- homeassistant/service-homeassistant.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/service-homeassistant.json b/homeassistant/service-homeassistant.json index 21f49e1..7f7115d 100644 --- a/homeassistant/service-homeassistant.json +++ b/homeassistant/service-homeassistant.json @@ -17,8 +17,8 @@ "TYPE": "rw" }, { - "SOURCE": "SYSTEM_DATA", - "DEST": "/etc/system/data/dns/host.local", + "SOURCE": "/etc/system/data/dns", + "DEST": "/etc/system/data/dns", "TYPE": "rw" } ],