2
0
mirror of https://github.com/LukeZGD/Legacy-iOS-Kit.git synced 2025-04-20 21:51:24 +02:00

Update device.sh

This commit is contained in:
LukeZGD 2021-07-20 12:49:03 +08:00
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