misc: run.sh typo fix

and check ci
This commit is contained in:
2024-07-15 12:58:38 +02:00
parent 913fd3330e
commit 318f322f2a

2
run.sh
View File

@@ -39,7 +39,7 @@ while [[ $# -gt 0 ]]; do
exit 1
fi
TERM_USED=true
# serial
# monitor
QEMU_OPTS="$QEMU_OPTS -monitor stdio"
shift
;;