From 69bcb5e6c4eb036058c6adcdc3a2cc211f6a6ecc Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Thu, 1 Sep 2022 07:56:43 +0800 Subject: [PATCH] Fix jailbreak option for iPhone4Down iOS 6.x fixes #211 what an oversight haha, i actually haven't tested this in a while now --- resources/ipsw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ipsw.sh b/resources/ipsw.sh index 6fa96d6..a152cf6 100755 --- a/resources/ipsw.sh +++ b/resources/ipsw.sh @@ -305,7 +305,7 @@ IPSW4() { cp -rf ../resources/firmware/powdersn0wBundles ./FirmwareBundles cp -rf ../resources/firmware/src . if [[ $Jailbreak == 1 && $OSVer == "6."* ]]; then - JBFiles= + JBFiles=() rm FirmwareBundles/${config}.plist mv FirmwareBundles/${config}JB.plist FirmwareBundles/${config}.plist cp ../resources/jailbreak/Cydia6.tar src/cydia6.tar