mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Update encryption detection for determining default flags
This commit is contained in:
@ -47,6 +47,7 @@ mount_partitions
|
||||
find_boot_image
|
||||
find_dtbo_image
|
||||
|
||||
check_data
|
||||
get_flags
|
||||
|
||||
[ -z $BOOTIMAGE ] && abort "! Unable to detect target image"
|
||||
@ -72,8 +73,6 @@ remove_system_su
|
||||
|
||||
ui_print "- Constructing environment"
|
||||
|
||||
check_data
|
||||
|
||||
if $DATA; then
|
||||
MAGISKBIN=/data/magisk
|
||||
$DATA_DE && MAGISKBIN=/data/adb/magisk
|
||||
|
Reference in New Issue
Block a user