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