From bce9a9431bff5f566ddf9a8a18dc03b45a464ea1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 14:15:42 +0100 Subject: [PATCH] fix startup for package_check --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fc0df85..c347c22 100755 --- a/scripts/install +++ b/scripts/install @@ -154,4 +154,4 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app --log_path="systemd" +ynh_systemd_action --action=start --service_name=$app --log_path="systemd" --line_match="Started Wekan"