Skip to content

Commit b64be35

Browse files
committed
Revert change back to deb11 branch
1 parent 638be8c commit b64be35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,9 +1627,7 @@ if [ "$dovecot" = 'yes' ]; then
16271627
cp -rf $HESTIA_INSTALL_DIR/dovecot /etc/
16281628
cp -f $HESTIA_INSTALL_DIR/logrotate/dovecot /etc/logrotate.d/
16291629
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
1630+
rm -f /etc/dovecot/conf.d/15-mailboxes.conf
16331631

16341632
#Alter config for 2.2
16351633
version=$(dovecot --version | cut -f -2 -d .);

0 commit comments

Comments
 (0)