diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-07-23 08:20:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-07-23 08:20:51 +0000 |
commit | 6935238db6d06ec3c6536efe4cf7f5e931e7dc3a (patch) | |
tree | e6e7d949442664721215c295a1888983a5fce9ce /share | |
parent | Updating default filename for download in curl container create script. (diff) | |
download | compute-tools-6935238db6d06ec3c6536efe4cf7f5e931e7dc3a.tar.xz compute-tools-6935238db6d06ec3c6536efe4cf7f5e931e7dc3a.zip |
Passing container name to setup environment in curl container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/curl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/scripts/curl b/share/scripts/curl index 9d2b998..7a49542 100755 --- a/share/scripts/curl +++ b/share/scripts/curl @@ -314,6 +314,7 @@ then LC_ALL="C" PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games" TERM="${TERM}" \ DEBIAN_FRONTEND="dialog" DEBIAN_PRIORITY="low" \ DEBCONF_NONINTERACTIVE_SEEN="true" DEBCONF_NOWARNINGS="true" \ + NAME="${NAME}" \ /setup/container rm -rf "${MACHINES}/${NAME}/setup" |