Unverified Commit 7d675310 by Christian Brauner Committed by GitHub

Merge pull request #2283 from flx42/lxc-oci-mkdir-download-directory

lxc-oci: mkdir the download directory
parents a5fb69a3 8c7536ec
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment