mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-30 21:45:27 +00: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\"");
|
"find_boot_image", "echo \"$BOOTIMAGE\"");
|
||||||
Shell.Async.su("mount_partitions");
|
Shell.Async.su("mount_partitions");
|
||||||
break;
|
break;
|
||||||
|
case FIX_ENV_MODE:
|
||||||
|
mBoot = "";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (mBoot == null) {
|
if (mBoot == null) {
|
||||||
console.add("! Unable to detect target image");
|
console.add("! Unable to detect target image");
|
||||||
|
Loading…
Reference in New Issue
Block a user