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