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:
parent
245e765289
commit
481b2e7d63
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue