From adab96a6cfe7102c97472f57ecd9c3086a90cbe0 Mon Sep 17 00:00:00 2001 From: Sylvain CECCHETTO Date: Wed, 16 Oct 2019 10:12:57 +0200 Subject: [PATCH] [+] Print HTTP and HTSP port at the end --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 4130846..18a865e 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index 37b8008..c4c4e1b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 629bcf3..452996f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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