mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Daily renew cron job instead of weekly
This commit is contained in:
parent
195c675c59
commit
1b20899f0e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue