From 88a6c3d83a3830b917b421b825ca1589112b3859 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 6 Aug 2017 02:37:17 +0200 Subject: [PATCH] Missing parenthesis in helper :| --- data/helpers.d/backend | 1 + 1 file changed, 1 insertion(+) diff --git a/data/helpers.d/backend b/data/helpers.d/backend index 2a91e3566..c54e82754 100644 --- a/data/helpers.d/backend +++ b/data/helpers.d/backend @@ -103,6 +103,7 @@ ynh_remove_systemd_config () { sudo systemctl disable $app ynh_secure_remove "$finalsystemdconf" fi +} # Create a dedicated nginx config #