diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-26 19:02:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-26 19:05:15 +0000 |
commit | 46fc13d3f6ce931c922a278d56f05f3e1e70f210 (patch) | |
tree | ba62ee5f08ce8085d42eb4cfea6421d19c4b6914 /bin/container | |
parent | Removing some dead code in container create scripts. (diff) | |
download | compute-tools-46fc13d3f6ce931c922a278d56f05f3e1e70f210.tar.xz compute-tools-46fc13d3f6ce931c922a278d56f05f3e1e70f210.zip |
Adding same internal name strings in all scripts.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin/container')
-rwxr-xr-x | bin/container | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/container b/bin/container index ac8feff..2c90c9c 100755 --- a/bin/container +++ b/bin/container @@ -20,6 +20,7 @@ set -e PROJECT="open-infrastructure" +SOFTWARE="compute-tools" PROGRAM="container" HOOKS="/etc/${PROJECT}/${PROGRAM}/hooks" |