From 4f8a085d1ca4ec0bb4e71e2b4f4113a3262b729a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 1 Aug 2019 15:06:04 +0200 Subject: [PATCH] Remove config in remove script --- scripts/remove | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/remove b/scripts/remove index 8207695..6ca92c1 100644 --- a/scripts/remove +++ b/scripts/remove @@ -45,4 +45,7 @@ ynh_remove_systemd_config # Remove monitor yunohost service remove "$app" +# Remove fail2ban config +ynh_remove_fail2ban_config + true # Do not fail if remove after install error