From 3795a5b6ff6285cc48895a5cecc2a8fcdf8eeb00 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:49:51 +0800 Subject: [PATCH] Fix #413 this is such a stupid mistake lol --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 080d011..158391a 100755 --- a/restore.sh +++ b/restore.sh @@ -4170,7 +4170,7 @@ device_ramdisk64() { $irecovery -f $ramdisk_path/Kernelcache.img4 $irecovery -c bootx - if [[ $ios8 == 1 ]]; + if [[ $ios8 == 1 ]]; then device_iproxy 44 print "* Booted SSH ramdisk is based on: https://ios7.iarchive.app/downgrade/making-ramdisk.html" else