Skip to content

Commit 7a3fd81

Browse files
author
Marius Burkard
committed
Merge branch 'stable-3.1'
2 parents 14c2d8c + f285956 commit 7a3fd81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/lib/classes/cron.d/900-letsencrypt.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class cronjob_letsencrypt extends cronjob {
3636
public function onRunJob() {
3737
global $app, $conf;
3838

39-
if(file_exists("/root/.local/share/letsencrypt/bin/letsencrypt-renewer")) {
40-
exec('/root/.local/share/letsencrypt/bin/letsencrypt-renewer');
39+
if(file_exists("/root/.local/share/letsencrypt/bin/letsencrypt")) {
40+
exec('/root/.local/share/letsencrypt/bin/letsencrypt renew');
4141
}
4242

4343
parent::onRunJob();

0 commit comments

Comments
 (0)