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:
parent
cdd404b3a7
commit
2d5c6071cb
1 changed files with 1 additions and 0 deletions
|
@ -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")"
|
||||
|
|
Loading…
Add table
Reference in a new issue