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

Update entry.sh

parent 3a516ca4
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -41,13 +41,7 @@ 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 $!