From 287f15d3da1fdb18daa627c0ccf0162b9675bbe0 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:57:42 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 08633f3..fe7bf9e 100755 --- a/restore.sh +++ b/restore.sh @@ -1492,7 +1492,6 @@ device_enter_mode() { error "32-bit A5 device is not in PWNED DFU mode." "$error_msg" fi device_ipwndfu send_ibss - print "* If you get \"Pipe error\" that means your device failed to enter pwned DFU mode." return fi @@ -1723,6 +1722,7 @@ device_ipwndfu() { error "Failed to send iBSS. Your device has likely failed to enter PWNED DFU mode." "$error_msg" fi print "* ipwndfu should have \"done!\" as output." + print "* If you get \"Pipe error\" that means your device failed to enter pwned DFU mode." ;; "pwn" )