From b32555f66c2872a898caee6e70a84e2784116cdc Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 21 Jan 2026 01:43:01 +0100 Subject: [PATCH] install_update_dovecot-2.4.sh: fix error writing (mysql) 'auth-sql.conf.ext' file. --- install_update_dovecot-2.4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_update_dovecot-2.4.sh b/install_update_dovecot-2.4.sh index b8b152c..75fa3f3 100755 --- a/install_update_dovecot-2.4.sh +++ b/install_update_dovecot-2.4.sh @@ -6562,7 +6562,7 @@ EOF elif [[ "$db_driver" = "mysql" ]]; then - read -r -d '' NEW_BLOCK <<'EOF' + read -r -d '' NEW_BLOCK <