From b9a9e862b6925e9556042cb197600fe79f929565 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 %}