diff --git a/src/yunohost/certificate.py b/src/yunohost/certificate.py index d9110b79b..81f2f0e2b 100644 --- a/src/yunohost/certificate.py +++ b/src/yunohost/certificate.py @@ -379,7 +379,7 @@ def _check_old_letsencrypt_app(): def _install_cron(): - cron_job_file = "/etc/cron.weekly/yunohost-certificate-renew" + cron_job_file = "/etc/cron.daily/yunohost-certificate-renew" with open(cron_job_file, "w") as f: f.write("#!/bin/bash\n")