From d1deb17dfcb62eb4f2342bcb3c6780c97ba6d014 Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Sat, 28 Sep 2019 20:13:46 +0200 Subject: [PATCH] Corrected script path in last post Signed-off-by: Ettore Dreucci --- content/blog/pureftpd-letsencrypt-hook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/pureftpd-letsencrypt-hook.md b/content/blog/pureftpd-letsencrypt-hook.md index 9a4d253..2ce2a9c 100644 --- a/content/blog/pureftpd-letsencrypt-hook.md +++ b/content/blog/pureftpd-letsencrypt-hook.md @@ -39,7 +39,7 @@ It’s therefore possible to write a script to be executed every time the certs ``` [renewalparams] - renew_hook = /etc/letsencrypt/courier.sh + renew_hook = /path/to/script.sh ``` END. \ No newline at end of file