mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-25 18:28:01 +00:00
Stop use clashing names
This commit is contained in:
@@ -605,7 +605,7 @@ void startup() {
|
||||
close(root);
|
||||
|
||||
// Alternative binaries paths
|
||||
char *alt_bin[] = { "/cache/data_bin", "/data/.magisk",
|
||||
char *alt_bin[] = { "/cache/data_bin", "/data/magisk",
|
||||
"/data/data/com.topjohnwu.magisk/install",
|
||||
"/data/user_de/0/com.topjohnwu.magisk/install", NULL };
|
||||
char *bin_path = NULL;
|
||||
|
Reference in New Issue
Block a user