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