aboutsummaryrefslogtreecommitdiffstats
path: root/killrecovery.sh
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2010-07-20 16:39:23 -0700
committerKoushik Dutta <koushd@gmail.com>2010-07-20 16:39:23 -0700
commite074d8d543cdbb2c130d7defa9b89d8f97a25dfc (patch)
treea1f52098c17c157b92859159269e1c4152df6ba3 /killrecovery.sh
parent5aaa8238f7ecfbd5b20cba59f00d43a85216d866 (diff)
downloadbootable_recovery-e074d8d543cdbb2c130d7defa9b89d8f97a25dfc.zip
bootable_recovery-e074d8d543cdbb2c130d7defa9b89d8f97a25dfc.tar.gz
bootable_recovery-e074d8d543cdbb2c130d7defa9b89d8f97a25dfc.tar.bz2
need to remove that line about the recovery process start.... this will break other phones. or check the process list.
Diffstat (limited to 'killrecovery.sh')
-rwxr-xr-xkillrecovery.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/killrecovery.sh b/killrecovery.sh
index 2052ef9..c0d9943 100755
--- a/killrecovery.sh
+++ b/killrecovery.sh
@@ -6,5 +6,5 @@ touch /tmp/.ignorebootmessage
kill $(ps | grep /sbin/adbd)
kill $(ps | grep /sbin/recovery)
-/sbin/recovery
+/sbin/recovery &
exit 1 \ No newline at end of file