mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-04 19:45:10 +00:00
Properly handle KEEPVERITY and HIGHCOMP
This commit is contained in:
@@ -123,7 +123,7 @@ if [ -f stock_boot* ]; then
|
||||
is_mounted /data && mv stock_boot* /data
|
||||
fi
|
||||
|
||||
patch_dtbo_image
|
||||
$KEEPVERITY || patch_dtbo_image
|
||||
|
||||
if [ -f stock_dtbo* ]; then
|
||||
rm -f /data/stock_dtbo* 2>/dev/null
|
||||
|
Reference in New Issue
Block a user