attempt to get around the tail not outputing issue

This commit is contained in:
Jesse Andrews 2011-10-31 00:05:35 -07:00
parent b07381f1c3
commit 0a247835ac

View file

@ -406,7 +406,7 @@ if [ "$WAIT_TILL_LAUNCH" = "1" ]; then
sleep 1
done
tail -F $VM_DIR/console.log &
tail -n +1 -F $VM_DIR/console.log &
TAIL_PID=$!