mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Always use mirror path
This commit is contained in:
parent
11c882380f
commit
708fe514f8
@ -549,7 +549,7 @@ void magic_mount() {
|
||||
LOGI("* Loading modules\n");
|
||||
for (const auto &m : module_list) {
|
||||
auto module = m.data();
|
||||
char *b = buf + sprintf(buf, MODULEROOT "/%s/", module);
|
||||
char *b = buf + sprintf(buf, "%s/" MODULEMNT "/%s/", MAGISKTMP.data(), module);
|
||||
|
||||
// Read props
|
||||
strcpy(b, "system.prop");
|
||||
|
Loading…
Reference in New Issue
Block a user