1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Fix cache permission

This commit is contained in:
ewilly 2023-02-15 22:38:23 +01:00
parent cdd404b3a7
commit 2d5c6071cb

View file

@ -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")"