summaryrefslogtreecommitdiffstats
path: root/libexec/container/run
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/container/run')
-rwxr-xr-xlibexec/container/run3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/container/run b/libexec/container/run
index f6323c0..c72c1b6 100755
--- a/libexec/container/run
+++ b/libexec/container/run
@@ -20,10 +20,11 @@
set -e
PROJECT="open-infrastructure"
+SOFTWARE="compute-tools"
PROGRAM="container"
COMMAND="$(basename ${0})"
-HOOKS="/etc/${PROJECT}/${PROGRAM}/hooks"
+HOOKS="/etc/${SOFTWARE}/hooks"
MACHINES="/var/lib/machines"
Parameters ()