Commit 836d9afe authored by topjohnwu's avatar topjohnwu

Update scripts

parent 007a3527
......@@ -89,13 +89,10 @@ public class Shell {
}
// Root shell initialization
String bbpath = Const.BUSYBOX_PATH();
mm.shell.run_raw(false, false,
"export PATH=" + bbpath + ":$PATH",
"export PATH=" + Const.BUSYBOX_PATH() + ":$PATH",
"mount_partitions",
"find_boot_image",
"find_dtbo_image",
"migrate_boot_backup");
"run_migrations");
}
}
......
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