2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-01 01:41:57 +00:00

Fix mv file when install module

This commit is contained in:
vvb2060
2022-06-07 17:18:41 +08:00
committed by John Wu
parent 7ce4789e17
commit 87801b6f23

View File

@@ -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