Fix indentation in update-binary
* This was bothering me Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
parent
d82010a3ea
commit
8abc2a3432
@ -32,7 +32,7 @@ ui_print "**********************"
|
||||
ui_print "Mounting /system"
|
||||
|
||||
if mount /system; then
|
||||
ui_print "/system mounted"
|
||||
ui_print "/system mounted"
|
||||
else
|
||||
# Try to get the block from /etc/recovery.fstab
|
||||
block=`cat /etc/recovery.fstab | cut -d '#' -f 1 | grep /system | grep -o '/dev/[^ ]*' | head -1`
|
||||
|
Loading…
Reference in New Issue
Block a user