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