mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Changing name of cron job to be consistent with other yunohost crons, as requested by @opi
This commit is contained in:
parent
289eb01480
commit
fef1ca08c5
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ def certificate_renew(auth, domain_list, force=False, no_checks=False, email=Fal
|
|||
###############################################################################
|
||||
|
||||
def _install_cron():
|
||||
cron_job_file = "/etc/cron.weekly/certificateRenewer"
|
||||
cron_job_file = "/etc/cron.weekly/yunohost-certificate-renew"
|
||||
|
||||
with open(cron_job_file, "w") as f:
|
||||
f.write("#!/bin/bash\n")
|
||||
|
|
Loading…
Add table
Reference in a new issue