mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-04-19 21:51:16 +02:00
fix irecovery device check on ipwndfu send_ibss
This commit is contained in:
parent
d9f5c525d9
commit
6ec164d5bd
@ -2159,7 +2159,8 @@ device_ipwndfu() {
|
||||
fi
|
||||
print "* ipwndfu should have \"done!\" as output. If not, sending iBEC will fail."
|
||||
sleep 1
|
||||
device_pwnd="$($irecovery -q | grep "PWND" | cut -c 7-)"
|
||||
log "Checking for device"
|
||||
device_pwnd="$($irecovery3 -q | grep "PWND" | cut -c 7-)"
|
||||
if [[ -z $device_pwnd ]]; then
|
||||
log "Device should now be in pwned iBSS mode."
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user