Fix indentation in update-binary

* This was bothering me

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith 2017-04-09 09:22:05 -05:00
parent d82010a3ea
commit 8abc2a3432
No known key found for this signature in database
GPG Key ID: AB0BF746E05523CF

View File

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