1
mirror of https://github.com/topjohnwu/Magisk synced 2024-11-13 20:54:12 +01:00

Fix additional setup

This commit is contained in:
topjohnwu 2018-07-06 01:57:32 +08:00
parent cada862214
commit 0e717a2de4

View File

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