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

Add missing conf_dir variable

This commit is contained in:
Sylvain CECCHETTO 2021-09-30 14:57:06 +02:00
parent 8102465e9b
commit 245e765289

View file

@ -116,6 +116,8 @@ ynh_systemd_action --service_name=$app --action="stop"
ynh_script_progression --message="Update configuration files..." --weight=1 ynh_script_progression --message="Update configuration files..." --weight=1
# Copy and modify /etc/default/tvheadend # Copy and modify /etc/default/tvheadend
conf_dir=$final_path/.hts/tvheadend
ynh_app_setting_set --app=$app --key=conf_dir --value=$conf_dir
ynh_add_config --template="tvheadend" --destination="/etc/default/tvheadend" ynh_add_config --template="tvheadend" --destination="/etc/default/tvheadend"
# Copy and modify /home/hts/.hts/tvheadend/superuser # Copy and modify /home/hts/.hts/tvheadend/superuser