From 4a28a8c0bbb2ac807bd70ae4b99d3e1d1f8c3185 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:42:17 +0100 Subject: [PATCH] praise be linters --- target/scripts/startup/setup.d/security/rspamd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/scripts/startup/setup.d/security/rspamd.sh b/target/scripts/startup/setup.d/security/rspamd.sh index 000cf818..702a27ee 100644 --- a/target/scripts/startup/setup.d/security/rspamd.sh +++ b/target/scripts/startup/setup.d/security/rspamd.sh @@ -130,11 +130,11 @@ EOF # We do not use `{{HOSTNAME}}` but only `{{COMPRES}}` to better support # Kubernetes, see https://github.com/orgs/docker-mailserver/discussions/3922 - cat >"${RSPAMD_LOCAL_D}/history_redis.conf" << "EOF" + cat >"${RSPAMD_LOCAL_D}/history_redis.conf" << "EOF" # documentation: https://rspamd.com/doc/modules/history_redis.html key_prefix = "rs_history{{COMPRESS}}"; - + EOF # Here we adjust the Redis default configuration that we supply to Redis when starting it.