diff --git a/letsencrypt-sh/files/hook b/letsencrypt-sh/files/hook index 50cf2a4..73f83c6 100644 --- a/letsencrypt-sh/files/hook +++ b/letsencrypt-sh/files/hook @@ -5,7 +5,7 @@ {% from "letsencrypt-sh/map.jinja" import letsencrypt_sh with context %} {% if letsencrypt_sh.hook_service_to_reload %} if [ "$1" = "deploy_cert" ]; then - export PATH="/sbin:/bin:/usr/sbin:/sbin" + export PATH="/sbin:/bin:/usr/sbin:/usr/bin" service {{ letsencrypt_sh.hook_service_to_reload }} reload fi {% else %}