Update entry.sh

This commit is contained in:
Kroese 2024-05-27 12:57:38 +02:00 committed by GitHub
parent a5fa9f1d95
commit 38562ce187
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