From 555512fb4a69459e303d4c02270d5eea2698c056 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 20 Feb 2019 03:09:34 +0100 Subject: [PATCH] Fix service startup log --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 747d746..9844b34 100644 --- a/scripts/install +++ b/scripts/install @@ -347,7 +347,7 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:" +ynh_systemd_action --action=start --service_name=$app --line_match="Browse to http://localhost" #================================================= # END OF SCRIPT