diff options
Diffstat (limited to '')
-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}" |