]> git.proxmox.com Git - mirror_lxc.git/commit - templates/lxc-download.in
templates: fix download template
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 1 Jun 2018 09:25:14 +0000 (11:25 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 1 Jun 2018 09:25:14 +0000 (11:25 +0200)
commit30c8676e15f8d45fe0451eea46ca50f8508ae15d
tree61ee8069d039080a6e96511bb476f1bbab5274cc
parent4d6301a04a6014e6668addc4381118e1941875c2
templates: fix download template

This patch fixes
commit 6e62213e0294 ("templates: actually create DOWNLOAD_TEMP directory".
To use mktemp -p correctly the directories need to exist. So call mkdir -p.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
templates/lxc-download.in