commit | 17348108b3842a11d4f188459beacce4348ea4c4 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 00:56:18 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 00:56:18 2011 -0700 |
tree | fffa14451d38b1796651169bf82a1c12c04c7d2d | |
parent | 77dbb07959088a84f8c552bf06a56c904f1553ff [diff] |
keep a log for the runner
diff --git a/build_lxc.sh b/build_lxc.sh index d1f8aff..ce9a45e 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 +su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack >> /opt/run.sh.log EOF # Make the run.sh executable