mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-26 00:01:50 +01:00
Update device.sh
This commit is contained in:
parent
49a564ccdd
commit
3c1fc9fce9
@ -33,7 +33,7 @@ GetDeviceValues() {
|
||||
ideviceinfo2=$($ideviceinfo -s)
|
||||
if [[ $? != 0 ]]; then
|
||||
Log "Finding device in DFU/recovery mode..."
|
||||
DeviceState="$($irecovery -q 2>/dev/null | grep -w "MODE" | cut -c 7-"
|
||||
DeviceState="$($irecovery -q 2>/dev/null | grep -w "MODE" | cut -c 7-)"
|
||||
else
|
||||
DeviceState="Normal"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user