Reorganize scripts

This commit is contained in:
topjohnwu
2019-02-11 17:14:07 -05:00
parent 65ebb0d2f8
commit ab47b717b1
5 changed files with 154 additions and 150 deletions

View File

@@ -398,7 +398,7 @@ static bool magisk_env() {
LOGI("* Initializing Magisk environment\n");
// Alternative binaries paths
const char *alt_bin[] = { "/cache/data_bin", "/data/magisk",
const char *alt_bin[] = { "/cache/data_adb/magisk", "/data/magisk",
"/data/data/com.topjohnwu.magisk/install",
"/data/user_de/0/com.topjohnwu.magisk/install" };
for (auto &alt : alt_bin) {