commit | 1741dcdb260592caab34d807977974bbc382c53a | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Fri Jun 11 00:49:49 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Fri Jun 11 00:49:49 2010 -0700 |
tree | 52167e8fd8548961b22993489488504ae3a1f6ad | |
parent | cdb63355c149527b3aea0faea79103dd66517722 [diff] [blame] |
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