no need to run in bg
This commit is contained in:
parent
927a656ac2
commit
005abf03c7
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ apt-get -y --force-yes install git-core vim-nox sudo
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue