commit | 005abf03c72e35c9b68704b7dbbcbead3b38afd3 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 02:15:48 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 02:15:48 2011 -0700 |
tree | 709a38626b4b9b884c7705d121e4fc47b543aeb4 | |
parent | 927a656ac2835610349af64e251af9d2bc85c489 [diff] |
no need to run in bg
diff --git a/build_lxc.sh b/build_lxc.sh index 4987193..d43d8fd 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -129,7 +129,7 @@ if [ ! -d "/opt/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 +su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack > /opt/run.sh.log EOF # Make the run.sh executable