mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 15:21:49 +01:00
Update restore.sh
This commit is contained in:
parent
34c832473f
commit
edb5f438e4
@ -506,7 +506,7 @@ device_entry() {
|
||||
until [[ -n $device_type ]]; do
|
||||
read -p "$(input 'Enter device type (eg. iPad2,1): ')" device_type
|
||||
done
|
||||
if [[ $device_proc != 1 ]]; then
|
||||
if [[ $device_type != "iPhone1"* && $device_type != "iPod1,1" ]]; then
|
||||
until [[ -n $device_ecid ]] && [ "$device_ecid" -eq "$device_ecid" ]; do
|
||||
read -p "$(input 'Enter device ECID (must be decimal): ')" device_ecid
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user