From 8c7536ecf2f39a162041c2f43e6fef0a7ef159f6 Mon Sep 17 00:00:00 2001 From: Felix Abecassis Date: Wed, 18 Apr 2018 14:12:55 -0700 Subject: [PATCH] lxc-oci: mkdir the download directory Signed-off-by: Felix Abecassis --- templates/lxc-oci.in | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lxc-oci.in b/templates/lxc-oci.in index d4fef193e..2ce1a9385 100644 --- a/templates/lxc-oci.in +++ b/templates/lxc-oci.in @@ -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 -- 2.39.2