Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Froxlor/Froxlor
Browse files Browse the repository at this point in the history
  • Loading branch information
d00p committed Jan 29, 2024
2 parents f03b49d + 9d4bc94 commit 594d7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Froxlor/Cron/Http/LetsEncrypt/AcmeSh.php
Expand Up @@ -630,7 +630,7 @@ private static function runAcmeSh(array $certrow, array $domains, &$cronlog = nu
}
if (Settings::IsInList('system.le_renew_services', 'dovecot')) {
// custom config for dovecot
$dovecot_conf = '/etc/dovecot/conf.d/99-froxlor-ssl.conf'; // @fixme setting?
$dovecot_conf = '/etc/dovecot/conf.d/99-froxlor.ssl.conf'; // @fixme setting?
$ssl_content = <<<EOSSL
# Autogenerated configuration by froxlor.
# Do not manually edit this file as it will be overwritten.
Expand Down

0 comments on commit 594d7d8

Please sign in to comment.