Skip to content

Commit 8b3b013

Browse files
committed
add ecid to ipsws with disable-bbupdate and activation-records
1 parent d9a0841 commit 8b3b013

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

restore.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8430,7 +8430,8 @@ ipsw_custom_set() {
84308430
if [[ $ipsw_verbose == 1 ]]; then
84318431
ipsw_custom+="V"
84328432
fi
8433-
if [[ $device_target_powder == 1 && $device_target_vers == "4.3"* ]]; then
8433+
if [[ $device_target_powder == 1 && $device_target_vers == "4.3"* ]] || [[ $device_actrec == 1 ]] ||
8434+
[[ $device_type == "$device_disable_bbupdate" && $device_deadbb != 1 ]]; then
84348435
ipsw_custom+="-$device_ecid"
84358436
fi
84368437
}

0 commit comments

Comments
 (0)