Преглед изворни кода

Remove 15-mailboxes.conf during installation (Debian)

Kristan Kenney пре 6 година
родитељ
комит
8713f05f01
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -1500,7 +1500,7 @@ if [ "$dovecot" = 'yes' ]; then
     cp -f $hestiacp/logrotate/dovecot /etc/logrotate.d/
     chown -R root:root /etc/dovecot*
     if [ "$release" -eq 9 ]; then
-        sed -i "s#namespace inbox {#namespace inbox {\n  inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
+        rm -f /etc/dovecot/conf.d/15-mailboxes.conf
     fi
     update-rc.d dovecot defaults
     service dovecot start