Skip to content

Commit

Permalink
Update restore.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jul 13, 2024
1 parent f010fd1 commit 287f15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,6 @@ device_enter_mode() {
error "32-bit A5 device is not in PWNED DFU mode." "$error_msg"
fi
device_ipwndfu send_ibss
print "* If you get \"Pipe error\" that means your device failed to enter pwned DFU mode."
return
fi

Expand Down Expand Up @@ -1723,6 +1722,7 @@ device_ipwndfu() {
error "Failed to send iBSS. Your device has likely failed to enter PWNED DFU mode." "$error_msg"
fi
print "* ipwndfu should have \"done!\" as output."
print "* If you get \"Pipe error\" that means your device failed to enter pwned DFU mode."
;;

"pwn" )
Expand Down

0 comments on commit 287f15d

Please sign in to comment.