From e39b86d4033215fbf4cd68d00b7630e4b8750aa2 Mon Sep 17 00:00:00 2001 From: Izhar Firdaus Date: Wed, 3 Mar 2010 16:59:52 +0800 Subject: * added mkdir cache --- lxc-febootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/lxc-febootstrap b/lxc-febootstrap index daaabfb..fb8cf10 100755 --- a/lxc-febootstrap +++ b/lxc-febootstrap @@ -321,6 +321,7 @@ fi # Detect which executable we were run as, lxc-fedora or lxc-redhat DISTRO="fedora" CACHE="/var/cache/lxc/${DISTRO}" +mkdir -p ${CACHE} case "$1" in create) -- cgit