From: Chris Koeritz Date: Sun, 18 Dec 2016 05:33:35 +0000 (-0500) Subject: appending to last run file X-Git-Tag: 2.140.90~324 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=1dfa9998bf6fda433446aee279438cadb2b4b0ea appending to last run file --- diff --git a/infobase/configuration/cron/letsencrypt_renewal.crontab b/infobase/configuration/cron/letsencrypt_renewal.crontab index c3acd694..6494aa4f 100644 --- a/infobase/configuration/cron/letsencrypt_renewal.crontab +++ b/infobase/configuration/cron/letsencrypt_renewal.crontab @@ -5,5 +5,5 @@ SHELL=/bin/bash #[letsencrypt renewal] # run the letsencrypt certificate renewal process every 4 hours. -37 */4 * * * letsencrypt renew &>/tmp/letsencrypt_last_run.txt +37 */4 * * * letsencrypt renew &>>/tmp/letsencrypt_last_run.txt