mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
fix
This commit is contained in:
parent
74beb22683
commit
7dda7b580b
3 changed files with 6 additions and 6 deletions
|
@ -45,7 +45,7 @@ ynh_script_progression --message="Adding system configurations related to $app..
|
|||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
||||
yunohost service add "$app" --description="TV streaming server and recorder" --needs_exposed_ports $stream_port
|
||||
yunohost service add "$app" --description="TV streaming server and recorder" --needs_exposed_ports $port_stream
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
@ -59,4 +59,4 @@ ynh_systemd_action --service_name="$app" --action="start"
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Installation of $app completed, HTSP port is $stream_port" --last
|
||||
ynh_script_progression --message="Installation of $app completed, HTSP port is $port_stream" --last
|
||||
|
|
|
@ -45,7 +45,7 @@ ynh_script_progression --message="Restoring system configurations related to $ap
|
|||
|
||||
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
|
||||
yunohost service add "$app" --description="TV streaming server and recorder" --needs_exposed_ports $stream_port
|
||||
yunohost service add "$app" --description="TV streaming server and recorder" --needs_exposed_ports $port_stream
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
@ -60,4 +60,4 @@ ynh_systemd_action --service_name=nginx --action=reload
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Restoration completed for $app, HTSP port is $stream_port" --last
|
||||
ynh_script_progression --message="Restoration completed for $app, HTSP port is $port_stream" --last
|
||||
|
|
|
@ -59,7 +59,7 @@ ynh_script_progression --message="Upgrading system configurations related to $ap
|
|||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
||||
yunohost service add "$app" --description="TV streaming server and recorder" --needs_exposed_ports $stream_port
|
||||
yunohost service add "$app" --description="TV streaming server and recorder" --needs_exposed_ports $port_stream
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
@ -73,4 +73,4 @@ ynh_systemd_action --service_name="$app" --action="start"
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Upgrade of $app completed, HTSP port is $stream_port" --last
|
||||
ynh_script_progression --message="Upgrade of $app completed, HTSP port is $port_stream" --last
|
||||
|
|
Loading…
Reference in a new issue