missing ok comes first

This commit is contained in:
Adeeb Shihadeh
2026-05-05 11:52:27 -07:00
parent 753eecd18e
commit 1f19f25f27
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd $DIR
scripts/mdma.py reboot-qdl --missing-ok
scripts/mdma.py --missing-ok reboot-qdl
tools/qdl flash boot $DIR/output/boot.img
tools/qdl reset
scripts/mdma.py reboot --missing-ok
scripts/mdma.py --missing-ok reboot