Find IPSWDL (fixes finding 7.1.2 IPSW)

This commit is contained in:
LukeZGD 2022-08-04 09:56:23 +08:00
parent 88f94dfd47
commit f83cbe2d6a

View File

@ -123,7 +123,7 @@ IPSWFindVerify() {
return
fi
if [[ ! -e "$IPSW.ipsw" ]]; then
if [[ ! -e "$IPSWDL.ipsw" ]]; then
Log "iOS $OSVerDL IPSW for $ProductType cannot be found."
Echo "* If you already downloaded the IPSW, move/copy it to the directory where the script is located."
Echo "* Do NOT rename the IPSW as the script will fail to detect it."