From 884c23d1b7e0ba533f1ba8302c209d28eef4af4f Mon Sep 17 00:00:00 2001 From: Chad Furman Date: Wed, 2 Oct 2024 12:27:00 -0400 Subject: [PATCH] % is a special character --- setup/mail-dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-dovecot.sh b/setup/mail-dovecot.sh index 5e8eb93d..06504862 100755 --- a/setup/mail-dovecot.sh +++ b/setup/mail-dovecot.sh @@ -78,7 +78,7 @@ if ! grep -q "quota_status_success = DUNNO" /etc/dovecot/conf.d/90-quota.conf; t plugin { quota = maildir - quota_grace = 10% + quota_grace = 10%% quota_status_success = DUNNO quota_status_nouser = DUNNO