From 18964c7f0092ed4f5e471903a06288b3f241782c Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 10 Apr 2022 17:52:19 -0500 Subject: [PATCH] Add missing endif in template for accounts --- templates/Fedora/35/etc/dovecot/accounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Fedora/35/etc/dovecot/accounts b/templates/Fedora/35/etc/dovecot/accounts index 9a35d50..f24438a 100644 --- a/templates/Fedora/35/etc/dovecot/accounts +++ b/templates/Fedora/35/etc/dovecot/accounts @@ -2,4 +2,4 @@ {% foreach user in dovecot_users %} {{ user.email }}:{{ user.password | password_hash('sha512') }}:::::: {% endfor %} -{% %} +{% endif %}