From ad1334a88e66db5b92133d6bbd891e263fb60c27 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 3 Feb 2019 11:18:56 +0100 Subject: [PATCH] fix service startup during install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 88e19c1..ba389b5 100644 --- a/scripts/install +++ b/scripts/install @@ -336,4 +336,4 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app +ynh_systemd_action --action=start --service_name=$app --line_match="complete setup"