commit | 5aaa8238f7ecfbd5b20cba59f00d43a85216d866 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Tue Jul 20 16:23:18 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Tue Jul 20 16:23:18 2010 -0700 |
tree | 2eeadfbaed877f1e19af9d3b2a013e0ac43fec70 | |
parent | 92077c15d601c47d206fb2ff2ac7898296f2bf17 [diff] [blame] |
galaxys
diff --git a/killrecovery.sh b/killrecovery.sh index f215250..2052ef9 100755 --- a/killrecovery.sh +++ b/killrecovery.sh
@@ -5,4 +5,6 @@ touch /tmp/.ignorebootmessage kill $(ps | grep /sbin/adbd) kill $(ps | grep /sbin/recovery) + +/sbin/recovery exit 1 \ No newline at end of file