Unverified Commit 634e0aa4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update entry.sh

parent a09744cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ pid=$!
( sleep 30; boot ) &

rc=0
wait $pid || rc=$?
wait "$pid" || rc=$?
[ -f "$QEMU_END" ] && exit "$rc"

sleep 1 & wait $!