From 747ea0b6e4707df044c42fe626f3c02c104baf51 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 25 May 2011 00:52:03 +0100 Subject: [PATCH] fixed postrecoveryboot --- postrecoveryboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postrecoveryboot.sh b/postrecoveryboot.sh index 0137371..6342351 100755 --- a/postrecoveryboot.sh +++ b/postrecoveryboot.sh @@ -2,6 +2,6 @@ sleep 2 -if [[ ! `grep clk= /proc/cmdline` ]]; then +if [[ "`grep clk= /proc/cmdline`" == "" ]]; then sed -i 's/\/boot\t\tmtd/\/boot\t\tyaffs2/g' /etc/recovery.fstab fi