commit | ef7f36b711424d3763aa779abc4228ce6a67595e | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 13 23:43:09 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 13 23:43:09 2011 -0700 |
tree | 3fd7a5b17b202313c7ca80de15014db8d469494d | |
parent | 936c9280ea8c94a5029382cb693370dcf655fb2c [diff] |
let the container start on reboot
diff --git a/build_lxc.sh b/build_lxc.sh index 54ee375..c0e33d6 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -123,7 +123,7 @@ # Install and run stack.sh apt-get update apt-get -y --force-yes install git-core vim-nox sudo -if [ ! -d "~/nfs-stack" ] +if [ ! -d "~/nfs-stack" ]; then su -c "git clone git://github.com/cloudbuilders/nfs-stack.git ~/nfs-stack" stack fi su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack