Commit 8c7536ec by Felix Abecassis

lxc-oci: mkdir the download directory

parent a5fb69a3
......@@ -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