diff --git a/scripts/install b/scripts/install index 078d02a..2cbc7f8 100644 --- a/scripts/install +++ b/scripts/install @@ -122,6 +122,8 @@ ynh_add_config --template="tvheadend" --destination="/etc/default/tvheadend" # Copy and modify /home/hts/.hts/tvheadend/superuser ynh_add_config --template="superuser" --destination="${final_path}/.hts/tvheadend/superuser" +chown hts:video "${final_path}/.hts/tvheadend/superuser" +chmod 600 "${final_path}/.hts/tvheadend/superuser" #================================================= # NGINX CONFIGURATION