From 05bce52fb376c39f993dec1b38bf44d4d03e9db4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 14 May 2016 23:00:18 +0200 Subject: [PATCH] - run it once per month; run default hook if it exists --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index 2a1ce49..44bf4d8 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,3 @@ MAILTO=root -#42 02 * * * root /usr/sbin/letsencrypt.sh -c >/dev/null +42 02 1 * * /bin/sh -c "/usr/sbin/letsencrypt.sh -c `[ -x /etc/webapps/letsencrypt.sh/hook.sh ] && echo '--hook /etc/webapps/letsencrypt.sh/hook.sh'` > /dev/null" -- 2.44.0