mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-19 21:28:29 +00:00
Fix mv file when install module
This commit is contained in:
parent
7ce4789e17
commit
87801b6f23
@ -723,6 +723,7 @@ is_legacy_script() {
|
||||
install_module() {
|
||||
rm -rf $TMPDIR
|
||||
mkdir -p $TMPDIR
|
||||
chcon u:object_r:system_file:s0 $TMPDIR
|
||||
cd $TMPDIR
|
||||
|
||||
setup_flashable
|
||||
|
Loading…
x
Reference in New Issue
Block a user