From f83cbe2d6a4aa559e0940307744402267fb9a347 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Thu, 4 Aug 2022 09:56:23 +0800 Subject: [PATCH] Find IPSWDL (fixes finding 7.1.2 IPSW) --- resources/ipsw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ipsw.sh b/resources/ipsw.sh index 8236679..ee873c1 100755 --- a/resources/ipsw.sh +++ b/resources/ipsw.sh @@ -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."