瀏覽代碼

Remove obsolete ACME_CONTACT option and related comments from mailcow.conf

FreddleSpl0it 3 月之前
父節點
當前提交
fc43c26c48
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      update.sh

+ 1 - 0
update.sh

@@ -758,6 +758,7 @@ remove_obsolete_options() {
   for option in "${OBSOLETE_OPTIONS[@]}"; do
     if [[ "$option" == "ACME_CONTACT" ]]; then
       sed -i '/^# Lets Encrypt registration contact information/d' mailcow.conf
+      sed -i "/^# Let's Encrypt registration contact information/d" mailcow.conf
       sed -i '/^# Optional: Leave empty for none/d' mailcow.conf
       sed -i '/^# This value is only used on first order!/d' mailcow.conf
       sed -i '/^# Setting it at a later point will require the following steps:/d' mailcow.conf