We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638be8c commit b64be35Copy full SHA for b64be35
install/hst-install-debian.sh
@@ -1627,9 +1627,7 @@ if [ "$dovecot" = 'yes' ]; then
1627
cp -rf $HESTIA_INSTALL_DIR/dovecot /etc/
1628
cp -f $HESTIA_INSTALL_DIR/logrotate/dovecot /etc/logrotate.d/
1629
chown -R root:root /etc/dovecot*
1630
- if [ "$release" -eq 9 ] || [ "$release" -eq 10 ]; then
1631
- rm -f /etc/dovecot/conf.d/15-mailboxes.conf
1632
- fi
+ rm -f /etc/dovecot/conf.d/15-mailboxes.conf
1633
1634
#Alter config for 2.2
1635
version=$(dovecot --version | cut -f -2 -d .);
0 commit comments