From 3d3e45faef61b9baa5b2a475a0475ecf5fdb9c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Thu, 19 Oct 2017 23:18:11 +0200 Subject: [PATCH] evoacme: use local variable --- evoacme/files/evoacme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evoacme/files/evoacme.sh b/evoacme/files/evoacme.sh index 9e971028..d4c3406d 100755 --- a/evoacme/files/evoacme.sh +++ b/evoacme/files/evoacme.sh @@ -98,7 +98,7 @@ exec_hooks() { export EVOACME_VHOST_NAME="${VHOST}" export EVOACME_LIVE_FULLCHAIN="${LIVE_FULLCHAIN}" - for hook in $(find ${HOOKS_DIR} -type f | grep -v ".disabled$"); do + for hook in $(find ${hooks_dir} -type f | grep -v ".disabled$"); do if [ -x "${hook}" ]; then debug "Executing ${hook}" ${hook}