From 3c424c2fcafc0cc556b21752d8c73d7bcdbbf9c8 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 7 Aug 2020 16:12:20 +0200 Subject: [PATCH] Another fix for fail2ban --- wo/cli/plugins/stack_pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index 94ffef6..78c6d81 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -1048,7 +1048,7 @@ def post_pref(self, apt_packages, packages, upgrade=False): self, '/etc/fail2ban/jail.d/custom.conf', 'fail2ban.mustache', - data, overwrite=False) + data, overwrite=True) WOTemplate.deploy( self, '/etc/fail2ban/filter.d/wo-wordpress.conf',