From 40f8d16a608ef897d33f66d2d8f5cf5a80bc0562 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Wed, 14 Sep 2011 10:20:14 -0700 Subject: [PATCH] need a ! --- build_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lxc.sh b/build_lxc.sh index 6efefec2b4..fea0e7409f 100755 --- a/build_lxc.sh +++ b/build_lxc.sh @@ -51,7 +51,7 @@ fi # Warm the base image on first install CACHEDIR=/var/cache/lxc/natty/rootfs-amd64 -if [ -d $CACHEDIR ]; then +if [ ! -d $CACHEDIR ]; then # trigger the initial debootstrap lxc-create -n $CONTAINER -t natty -f $LXC_CONF chroot $CACHEDIR apt-get update