You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Update root shell preparation
This commit is contained in:
@@ -38,7 +38,7 @@ direct_install() {
|
||||
}
|
||||
|
||||
mm_patch_dtb() {
|
||||
local result=1
|
||||
(local result=1
|
||||
local PATCHED=$TMPDIR/dt.patched
|
||||
for name in dtb dtbo; do
|
||||
local IMAGE=`find_block $name$SLOT`
|
||||
@@ -55,7 +55,9 @@ mm_patch_dtb() {
|
||||
fi
|
||||
fi
|
||||
done
|
||||
return $result
|
||||
# Run broadcast command passed from app
|
||||
eval $1
|
||||
)& >/dev/null 2>&1
|
||||
}
|
||||
|
||||
restore_imgs() {
|
||||
|
||||
Reference in New Issue
Block a user