mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01:00
Fix additional setup
This commit is contained in:
parent
cada862214
commit
0e717a2de4
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user