From: Felix Abecassis Date: Wed, 18 Apr 2018 21:12:55 +0000 (-0700) Subject: lxc-oci: mkdir the download directory X-Git-Tag: lxc-3.1.0~326^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2283%2Fhead;p=thirdparty%2Flxc.git lxc-oci: mkdir the download directory Signed-off-by: Felix Abecassis --- 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