Changing name of cron job to be consistent with other yunohost crons, as requested by @opi

This commit is contained in:
Alexandre Aubin 2016-10-30 11:48:27 -04:00
parent 289eb01480
commit fef1ca08c5

View file

@ -294,7 +294,7 @@ def certificate_renew(auth, domain_list, force=False, no_checks=False, email=Fal
############################################################################### ###############################################################################
def _install_cron(): 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: with open(cron_job_file, "w") as f:
f.write("#!/bin/bash\n") f.write("#!/bin/bash\n")