mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-04 11:45:11 +00:00
Fix mv file when install module
This commit is contained in:
@@ -723,6 +723,7 @@ is_legacy_script() {
|
|||||||
install_module() {
|
install_module() {
|
||||||
rm -rf $TMPDIR
|
rm -rf $TMPDIR
|
||||||
mkdir -p $TMPDIR
|
mkdir -p $TMPDIR
|
||||||
|
chcon u:object_r:system_file:s0 $TMPDIR
|
||||||
cd $TMPDIR
|
cd $TMPDIR
|
||||||
|
|
||||||
setup_flashable
|
setup_flashable
|
||||||
|
Reference in New Issue
Block a user