commit | 40f8d16a608ef897d33f66d2d8f5cf5a80bc0562 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 10:20:14 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 10:20:14 2011 -0700 |
tree | 0416a09f1fa72f3ba743e87802ccf38cbd065477 | |
parent | 52d019b1d2555b97f9b7ab14207f35a890da1ded [diff] [blame] |
need a !
diff --git a/build_lxc.sh b/build_lxc.sh index 6efefec..fea0e74 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -51,7 +51,7 @@ # 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