Skip to content

Commit a73ca76

Browse files
author
Kristan Kenney
committed
Fix dovecot 10-ssl.conf file path error
1 parent 488dccf commit a73ca76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.0.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sed -i "s|ssl_tlsv1=YES|ssl_tlsv1=NO|g" /etc/vsftpd.conf
2626
# Enhance Dovecot security
2727
echo "(*) Modifying Dovecot SSL configuration..."
2828
mv /etc/dovecot/conf.d/10-ssl.conf $HESTIA_BACKUP/conf/
29-
cp -rf $hestiacp/dovecot/10-ssl.conf /etc/dovecot/conf.d/
29+
cp -rf $hestiacp/dovecot/conf.d/10-ssl.conf /etc/dovecot/conf.d/
3030

3131
# Update DNS resolvers in hestia-nginx's configuration
3232
echo "(*) Updating DNS resolvers for Hestia Internal Web Server..."

0 commit comments

Comments
 (0)