commit | 80638e545f8b2990b219ad8be891fe9c0ccfacca | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 01:29:05 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 01:29:05 2011 -0700 |
tree | 1acd3ebf3d7d9b19c3d9b732a2041e41ae21261f | |
parent | 17348108b3842a11d4f188459beacce4348ea4c4 [diff] [blame] |
progress on multi-host lxc
diff --git a/build_lxc.sh b/build_lxc.sh index ce9a45e..63c9e50 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -126,7 +126,7 @@ 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 >> /opt/run.sh.log +nohup su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack &> /opt/run.sh.log EOF # Make the run.sh executable