mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 15:21:49 +01:00
Some more fixes
This commit is contained in:
parent
3b4591fedb
commit
f96aa36ddd
Binary file not shown.
@ -4774,7 +4774,7 @@ restore_futurerestore() {
|
||||
$futurerestore2 "${ExtraArr[@]}"
|
||||
opt=$?
|
||||
log "Restoring done! Read the message below if any error has occurred:"
|
||||
if [[ $opt != 0 ]]; then
|
||||
if [[ $opt != 0 ]] && (( device_proc < 7 )); then
|
||||
print "* If you are getting the error: \"could not retrieve device serial number\","
|
||||
print " -> Try restoring with the jailbreak option enabled"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user