Commit 836d9afe authored by topjohnwu's avatar topjohnwu

Update scripts

parent 007a3527
...@@ -89,13 +89,10 @@ public class Shell { ...@@ -89,13 +89,10 @@ public class Shell {
} }
// Root shell initialization // Root shell initialization
String bbpath = Const.BUSYBOX_PATH();
mm.shell.run_raw(false, false, mm.shell.run_raw(false, false,
"export PATH=" + bbpath + ":$PATH", "export PATH=" + Const.BUSYBOX_PATH() + ":$PATH",
"mount_partitions", "mount_partitions",
"find_boot_image", "run_migrations");
"find_dtbo_image",
"migrate_boot_backup");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment