Unverified Commit 3a516ca4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update entry.sh

parent 6f9f609e
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -41,7 +41,13 @@ else
fi

rc=0

if [[ "$DEBUG" == [Yy1]* ]]; then
  wait $! || rc=$?
else
  { wait $! 2>/dev/null; rc=$?; } || rc=$?
fi

[ -f "$QEMU_END" ] && exit "$rc"

sleep 1 & wait $!