No need for case here

This commit is contained in:
LukeZGD 2024-03-24 20:05:06 +08:00
parent 18e5247216
commit f15a2b85cd

View File

@ -3812,9 +3812,7 @@ restore_latest() {
device_enter_mode Recovery
ipsw_extract
fi
if [[ $device_type == "iPhone1,2" ]]; then
case $device_target_vers in
4.2.1 | 4.1 )
if [[ $device_type == "iPhone1,2" && $device_target_vers == "4"* ]]; then
if [[ $1 == "custom" ]]; then
log "Sending s5l8900xall..."
$irecovery -f "$ipsw_custom/Firmware/dfu/WTF.s5l8900xall.RELEASE.dfu"
@ -3825,8 +3823,6 @@ restore_latest() {
else
ExtraArgs="-e"
fi
;;
esac
fi
if [[ $debug_mode == 1 ]]; then
ExtraArgs+="d"