From 158f87e055b9119e0b9538b5efeee92321331dc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 6 Jun 2016 19:27:02 +0300 Subject: [PATCH] fix crontab broken in 05bce52 --- crontab | 2 +- letsencrypt.sh.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crontab b/crontab index a1c811a..d773395 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,3 @@ MAILTO=root -42 02 * * 2 /usr/sbin/letsencrypt.sh -c > /dev/null +42 02 * * 2 root /usr/sbin/letsencrypt.sh -c > /dev/null diff --git a/letsencrypt.sh.spec b/letsencrypt.sh.spec index 5b863b3..5be63e2 100644 --- a/letsencrypt.sh.spec +++ b/letsencrypt.sh.spec @@ -1,7 +1,7 @@ Summary: letsencrypt/acme client implemented as a shell-script Name: letsencrypt.sh Version: 0.2.0 -Release: 1 +Release: 2 License: MIT Group: Applications/Networking Source0: https://github.com/lukas2511/letsencrypt.sh/archive/v%{version}/%{name}-%{version}.tar.gz -- 2.44.0