Skip to content

Commit 6691a0a

Browse files
author
Kristan Kenney
committed
Update file path to correct location
0.9.8-28.sh upgrade script was pointing to incorrect location.
1 parent f3aee5e commit 6691a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/upgrade/0.9.8-28.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ if [ -f /etc/dovecot/conf.d/15-mailboxes.conf ]; then
174174
fi
175175
if [ -f /etc/dovecot/dovecot.conf ]; then
176176
# Update dovecot configuration and restart dovecot service
177-
cp -f /usr/local/hestia/install/hestia-data/dovecot/dovecot.conf /etc/dovecot/dovecot.conf
177+
cp -f $HESTIA/install/deb/dovecot/dovecot.conf /etc/dovecot/dovecot.conf
178178
systemctl restart dovecot
179+
sleep 0.5
179180
fi
180181

181182
# Rebuild mailboxes

0 commit comments

Comments
 (0)