diff options
author | Chris Renshaw <osm0sis@outlook.com> | 2019-08-07 00:31:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 00:31:31 -0300 |
commit | 4f722f3d67588eb316c4daa2fe34551f6528f234 (patch) | |
tree | 932ca94b31cb853f10215247490dfbaf208fede6 /META-INF | |
parent | 97889f80ba153228e796532cdef47f69f38f4ba1 (diff) |
Backend: fix derp
Diffstat (limited to 'META-INF')
-rwxr-xr-x | META-INF/com/google/android/update-binary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary index e841bef..bf0a6ad 100755 --- a/META-INF/com/google/android/update-binary +++ b/META-INF/com/google/android/update-binary @@ -121,6 +121,7 @@ if [ -f /system/system/build.prop ]; then rm -f $mntpt; mkdir $mntpt; fi; + done; $bb mount -o ro -t auto /dev/block/bootdevice/by-name/system /system_root; $bb mount -o bind /system_root/system /system; fi; |