attempt to get around the tail not outputing issue
This commit is contained in:
parent
b07381f1c3
commit
0a247835ac
1 changed files with 1 additions and 1 deletions
|
@ -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=$!
|
||||
|
||||
|
|
Loading…
Reference in a new issue