From 42e014c826ca2bd9e5699c1958958aea90b3c08f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 11 Jul 2019 19:58:44 +0200 Subject: [PATCH] Update scripts/restore Co-Authored-By: Alexandre Aubin --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 2f237fe..d230c03 100644 --- a/scripts/restore +++ b/scripts/restore @@ -115,7 +115,7 @@ yunohost service add $app #================================================= # START SYSTEMD SERVICE #================================================= -ynh_print_info --message="Starting a systemd service..." +ynh_print_info --message="Starting $app service..." ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started Wekan, task board" sleep 30