Daily renew cron job instead of weekly

This commit is contained in:
Alexandre Aubin 2016-11-24 10:40:01 -05:00
parent 195c675c59
commit 1b20899f0e

View file

@ -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")