mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-07-28 12:33:38 +00:00
scripts: fix modules_update dir context
This commit is contained in:
parent
55c3ee3a6f
commit
23ea28de6f
@ -663,6 +663,7 @@ install_module() {
|
||||
# Create mod paths
|
||||
rm -rf $MODPATH
|
||||
mkdir -p $MODPATH
|
||||
chcon u:object_r:system_file:s0 $MODPATH
|
||||
|
||||
if is_legacy_script; then
|
||||
unzip -oj "$ZIPFILE" module.prop install.sh uninstall.sh 'common/*' -d $TMPDIR >&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user