1.8.1.8
diff --git a/killrecovery.sh b/killrecovery.sh
index a0ede44..f215250 100755
--- a/killrecovery.sh
+++ b/killrecovery.sh
@@ -1,4 +1,8 @@
 #!/sbin/sh
 mkdir -p /sd-ext
+rm /cache/recovery/command
+rm /cache/update.zip
+touch /tmp/.ignorebootmessage
 kill $(ps | grep /sbin/adbd)
 kill $(ps | grep /sbin/recovery)
+exit 1
\ No newline at end of file