commit | 01ad91a32f1c01c446cbffde96eb32057f6f5694 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Mon Sep 26 13:25:11 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Mon Sep 26 13:25:11 2011 -0700 |
tree | 85ee4d89eb184ddfea9c1163f47fd2db76ea2e18 | |
parent | 096fb5a86a3d198d8f731b24347ce49196190e1d [diff] [blame] |
remove trailing slash
diff --git a/build_lxc.sh b/build_lxc.sh index c24539e..3d0ad89 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -70,7 +70,7 @@ # Warm the base image on first install CACHEDIR=/var/cache/lxc/natty/rootfs-amd64 -if [ ! -d $CACHEDIR/ ]; then +if [ ! -d $CACHEDIR ]; then # by deleting the container, we force lxc-create to re-bootstrap (lxc is # lazy and doesn't do anything if a container already exists) lxc-destroy -n $CONTAINER