fix typos

This commit is contained in:
Anthony Young 2011-11-01 14:23:14 -07:00
parent 06ab43b4f9
commit f0dca55a29

View file

@ -337,7 +337,7 @@ if [ "$WAIT_TILL_LAUNCH" = "1" ] && [ -e ~/.ssh/id_rsa.pub ] && [ "$COPYENV" =
kill $TAIL_PID kill $TAIL_PID
if ! ssh -q stack@$PUB_IP "grep -q 'stack.sh failed' run.sh.log" ; then if ssh -q stack@$PUB_IP "grep -q 'stack.sh failed' run.sh.log"; then
exit 1 exit 1
fi fi
echo "" echo ""