blob: 2052ef9f54c3a26ed48e841299346e8e5f961b63 [file] [log] [blame]
Koushik Duttacdb63352010-06-09 15:49:44 -07001#!/sbin/sh
2mkdir -p /sd-ext
Koushik Dutta1741dcd2010-06-11 00:49:49 -07003rm /cache/recovery/command
4rm /cache/update.zip
5touch /tmp/.ignorebootmessage
Koushik Duttacdb63352010-06-09 15:49:44 -07006kill $(ps | grep /sbin/adbd)
7kill $(ps | grep /sbin/recovery)
Koushik Dutta5aaa8232010-07-20 16:23:18 -07008
9/sbin/recovery
Koushik Dutta1741dcd2010-06-11 00:49:49 -070010exit 1