Skip to content

Commit

Permalink
an ipwnder change
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jul 2, 2024
1 parent 4fccf30 commit f08bd8f
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 @@ -1567,8 +1567,8 @@ device_enter_mode() {
log "Placing device to pwnDFU mode using ipwnder_lite"
opt="$ipwnder"
case $device_proc in
6 ) opt+="2 -p";;
4 ) opt+=" -d";;
* ) opt+="2 -p";;
esac
$opt
tool_pwned=$?
Expand Down

0 comments on commit f08bd8f

Please sign in to comment.