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

[+] Print HTTP and HTSP port at the end

This commit is contained in:
Sylvain CECCHETTO 2019-10-16 10:12:57 +02:00
parent 4ea0a801c1
commit adab96a6cf
3 changed files with 3 additions and 3 deletions

View file

@ -172,5 +172,5 @@ ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Installation of $app completed" --last
ynh_script_progression --message="Installation of $app completed, HTTP port is $port and HTSP port is $stream_port" --last

View file

@ -140,5 +140,5 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Installation of $app completed" --last
ynh_script_progression --message="Installation of $app completed, HTTP port is $port and HTSP port is $stream_port" --last

View file

@ -112,7 +112,7 @@ ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Upgrade of $app completed" --last
ynh_script_progression --message="Upgrade of $app completed, HTTP port is $port and HTSP port is $stream_port" --last