From 0cedd9c61e22a10f28708b25fb415a0e940c7955 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 11 Jun 2024 18:25:13 +0200 Subject: [PATCH] wip --- bundles/homeassistant-supervised/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/homeassistant-supervised/items.py b/bundles/homeassistant-supervised/items.py index bd8a2f9..e99f8c0 100644 --- a/bundles/homeassistant-supervised/items.py +++ b/bundles/homeassistant-supervised/items.py @@ -16,7 +16,7 @@ actions = { 'unless': f'test "$(apt -qq list os-agent | cut -d" " -f2)" = "{quote(version)}"', 'needs': { 'pkg_apt:', - 'zfs_dataset:/usr/share/hassio', + 'zfs_dataset:tank/homeassistant', }, }, 'install_homeassistant_supervised': {