summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-26 19:02:48 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-26 19:05:15 +0000
commit46fc13d3f6ce931c922a278d56f05f3e1e70f210 (patch)
treeba62ee5f08ce8085d42eb4cfea6421d19c4b6914
parentRemoving some dead code in container create scripts. (diff)
downloadcompute-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-xbin/container1
-rwxr-xr-xshare/scripts/debootstrap1
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}"