diff options
Diffstat (limited to 'libexec/container/run')
-rwxr-xr-x | libexec/container/run | 3 |
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 () |