From 2d5c6071cb0ca21d89f8c0ae0729a1f81e1a380b Mon Sep 17 00:00:00 2001 From: ewilly Date: Wed, 15 Feb 2023 22:38:23 +0100 Subject: [PATCH] Fix cache permission --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index a7677c1..df45cc7 100644 --- a/scripts/install +++ b/scripts/install @@ -36,6 +36,7 @@ myynh_create_dir "$install_dir" # create a directory for the datas of Home Assistant myynh_create_dir "$data_dir/.cache" +chown -R $app: "$data_dir" # create a directory for the logs of Home Assistant mkdir -p "$(dirname "$log_file")"