From 55d09a4a60a8086aa7fa322538cef2042bdc47e2 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 24 Apr 2019 10:51:34 +0200 Subject: [PATCH] Add Fail2ban config removal helper --- scripts/remove | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 4a4ae81..6b74fb2 100644 --- a/scripts/remove +++ b/scripts/remove @@ -55,8 +55,24 @@ ynh_remove_nginx_config systemctl restart php5-fpm systemctl reload nginx + +#================================================= +# REMOVE FAIL2BAN CONFIGURATION +#================================================= + +ynh_remove_fail2ban_config + +#================================================= + +# REMOVE DEDICATED USER + +#================================================= + + + + #================================================= # REMOVE DEDICATED USER #================================================= -ynh_system_user_delete $app \ No newline at end of file +ynh_system_user_delete $app