Skip to content

Commit

Permalink
lxc-oci: mkdir the download directory
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
  • Loading branch information
flx42 authored and Christian Brauner committed Apr 20, 2018
1 parent 6034547 commit d0adf63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/lxc-oci.in
Expand Up @@ -264,6 +264,7 @@ if [ "${OCI_USE_CACHE}" = "true" ]; then
else
DOWNLOAD_BASE=/tmp
fi
mkdir -p "${DOWNLOAD_BASE}"

# Trap all exit signals
trap cleanup EXIT HUP INT TERM
Expand Down

0 comments on commit d0adf63

Please sign in to comment.