Loading src/entry.sh +7 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,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 $! Loading Loading
src/entry.sh +7 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,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 $! Loading