keep a log for the runner

This commit is contained in:
Anthony Young 2011-09-14 00:56:18 -07:00
parent 77dbb07959
commit 17348108b3

View file

@ -126,7 +126,7 @@ apt-get -y --force-yes install git-core vim-nox sudo
if [ ! -d "~/nfs-stack" ]; then if [ ! -d "~/nfs-stack" ]; then
su -c "git clone git://github.com/cloudbuilders/nfs-stack.git ~/nfs-stack" stack su -c "git clone git://github.com/cloudbuilders/nfs-stack.git ~/nfs-stack" stack
fi 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 EOF
# Make the run.sh executable # Make the run.sh executable