1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00

Fix superuser pemrissions

This commit is contained in:
Sylvain CECCHETTO 2021-09-30 15:03:16 +02:00
parent 245e765289
commit 481b2e7d63

View file

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