From 35e4c8839018cd1f87ebba6cf50d95376fad9666 Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Tue, 15 Dec 2020 16:01:06 +0100 Subject: [PATCH] Fix duplicate service start --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index ba9fad8..e06c0a8 100644 --- a/scripts/install +++ b/scripts/install @@ -217,7 +217,6 @@ ynh_systemd_action --service_name=$app --action="start" #================================================= ynh_script_progression --message="Reloading nginx" -service "$app" start service nginx reload #=================================================