浏览代码

Fix hard-coded SKIP_CLAMD

James Smith 6 年之前
父节点
当前提交
be44ca019d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      generate_config.sh

+ 1 - 1
generate_config.sh

@@ -181,7 +181,7 @@ SKIP_IP_CHECK=n
 
 
 # Skip ClamAV (clamd-mailcow) anti-virus (Rspamd will auto-detect a missing ClamAV container) - y/n
 # Skip ClamAV (clamd-mailcow) anti-virus (Rspamd will auto-detect a missing ClamAV container) - y/n
 
 
-SKIP_CLAMD=n
+SKIP_CLAMD=${SKIP_CLAMD}
 
 
 # Skip Solr on low-memory systems
 # Skip Solr on low-memory systems
 SKIP_SOLR=${SKIP_SOLR}
 SKIP_SOLR=${SKIP_SOLR}