gitignore dist/; fix empty then-branch (sh syntax) in the NV verdict
Some checks failed
image / image (push) Has been cancelled
Some checks failed
image / image (push) Has been cancelled
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
d5fb6642a5
commit
8e75c75be3
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/dist/
|
||||
|
|
@ -135,7 +135,7 @@ cat "$BOOT" | ssh $SSHOPTS "user@$PHONE" \
|
|||
Z=$(ssh $SSHOPTS "user@$PHONE" \
|
||||
"$SUDO od -An -tx1 -N4096 /dev/disk/by-partlabel/modemst1 | sort -u | wc -l" 2>/dev/null || echo 0)
|
||||
if [ "$Z" -gt 2 ]; then
|
||||
# echo "modem NV intact - cellular will work."
|
||||
echo "modem NV intact."
|
||||
else
|
||||
cat <<'EOF'
|
||||
WARNING: the modem NV reads empty. If this device previously ran stock
|
||||
|
|
|
|||
Loading…
Reference in a new issue