Browse code

no need to run in bg

Anthony Young authored on 2011/09/14 18:15:48
Showing 1 changed files
... ...
@@ -129,7 +129,7 @@ apt-get -y --force-yes install git-core vim-nox sudo
129 129
 if [ ! -d "/opt/nfs-stack" ]; then
130 130
     su -c "git clone git://github.com/cloudbuilders/nfs-stack.git ~/nfs-stack" stack
131 131
 fi
132
-su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack &> /opt/run.sh.log
132
+su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack > /opt/run.sh.log
133 133
 EOF
134 134
 
135 135
 # Make the run.sh executable