fixed postrecoveryboot script for sh, rather than bash

This commit is contained in:
Arif Ali 2011-05-06 18:37:29 +01:00
parent d0a57d821c
commit f3dbfe434c

View File

@ -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