diff options
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" |