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 | |
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>
-rwxr-xr-x | bin/container | 1 | ||||
-rwxr-xr-x | share/scripts/debootstrap | 1 |
2 files changed, 2 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" diff --git a/share/scripts/debootstrap b/share/scripts/debootstrap index aefdbab..7b73c26 100755 --- a/share/scripts/debootstrap +++ b/share/scripts/debootstrap @@ -20,6 +20,7 @@ set -e PROJECT="open-infrastructure" +SOFTWARE="compute-tools" PROGRAM="container" SCRIPT="${0}" |