fixed postrecoveryboot script for sh, rather than bash
This commit is contained in:
parent
d0a57d821c
commit
f3dbfe434c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user