Update entry.sh

This commit is contained in:
Kroese 2024-05-26 12:47:31 +02:00 committed by GitHub
parent 098c6b84fc
commit 0e4b153f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,4 +35,4 @@ cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
wait $! || :
sleep 1 & wait $!
finish 0
[ ! -f "$QEMU_END" ] && finish 0