Commit 0e717a2d authored by topjohnwu's avatar topjohnwu

Fix additional setup

parent cada8622
......@@ -248,6 +248,9 @@ public class InstallMagisk extends ParallelTask<Void, Void, Boolean> {
"find_boot_image", "echo \"$BOOTIMAGE\"");
Shell.Async.su("mount_partitions");
break;
case FIX_ENV_MODE:
mBoot = "";
break;
}
if (mBoot == null) {
console.add("! Unable to detect target image");
......
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