From 2dda27d9930881db1878d3d3e2d52b27ac97c423 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 11 Jul 2019 19:58:35 +0200 Subject: [PATCH] Update scripts/install Co-Authored-By: Alexandre Aubin --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4e5a1c3..335f70b 100755 --- a/scripts/install +++ b/scripts/install @@ -167,7 +167,7 @@ yunohost service add $app #================================================= # START SYSTEMD SERVICE #================================================= -ynh_print_info --message="Starting a systemd service..." +ynh_print_info --message="Starting $app service..." # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Meteor APM: completed instrumenting the app"