We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3aee5e commit 6691a0aCopy full SHA for 6691a0a
install/upgrade/0.9.8-28.sh
@@ -174,8 +174,9 @@ if [ -f /etc/dovecot/conf.d/15-mailboxes.conf ]; then
174
fi
175
if [ -f /etc/dovecot/dovecot.conf ]; then
176
# Update dovecot configuration and restart dovecot service
177
- cp -f /usr/local/hestia/install/hestia-data/dovecot/dovecot.conf /etc/dovecot/dovecot.conf
+ cp -f $HESTIA/install/deb/dovecot/dovecot.conf /etc/dovecot/dovecot.conf
178
systemctl restart dovecot
179
+ sleep 0.5
180
181
182
# Rebuild mailboxes
0 commit comments