Update scripts

This commit is contained in:
topjohnwu 2018-01-01 16:46:08 +08:00
parent 007a352742
commit 836d9afe17

View File

@ -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");
}
}