mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-05 04:51:15 +01: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…
Reference in New Issue
Block a user