From 1d0d0b77d233cc1903db875741db34f92089fba5 Mon Sep 17 00:00:00 2001 From: jwagnervaz <67094529+jwagnervaz@users.noreply.github.com> Date: Sun, 16 Oct 2022 20:04:46 -0300 Subject: [PATCH] Update script1.sh --- script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script1.sh b/script1.sh index 7a21479..0d6beeb 100644 --- a/script1.sh +++ b/script1.sh @@ -5,7 +5,7 @@ if [ -f YVdq ];then fi off=$(grep -ab -o SEANDROIDENFORCE recovery.img |tail -n 1 |cut -d : -f 1) -dd if=recovery2.img of=recovery.img bs=4k count=$off iflag=count_bytes +dd if=recovery2.img of=r.img bs=4k count=$off iflag=count_bytes if [ ! -f phh.pem ];then openssl genrsa -f4 -out phh.pem 4096