From 10b14700d871a7ad087ad08e5a904f57960e254b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 7 Mar 2019 17:59:51 +0100 Subject: [PATCH] Fix service startup --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index d08fd8f..771a341 100755 --- a/scripts/install +++ b/scripts/install @@ -269,7 +269,7 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app --log_path="systemd" --line_match="Finishing add-custom-html-before-body-end migration" +ynh_systemd_action --action=start --service_name=$app --log_path="systemd" --line_match="Kadira: completed instrumenting the app" sleep 10 #================================================= diff --git a/scripts/restore b/scripts/restore index eeba563..52f8756 100644 --- a/scripts/restore +++ b/scripts/restore @@ -128,7 +128,7 @@ 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="Kadira: completed instrumenting the app" sleep 10 #=================================================