mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 11:47:26 +00:00
Always use mirror path
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user