mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-23 00:17:27 +00:00
Fix avd hack
This commit is contained in:
@@ -231,7 +231,7 @@ void MagiskInit::patch_ro_root() {
|
||||
}
|
||||
|
||||
setup_tmp(tmp_dir.data());
|
||||
chdir("/data");
|
||||
chdir(tmp_dir.data());
|
||||
|
||||
if (tmp_dir == "/sbin") {
|
||||
// Recreate original sbin structure
|
||||
|
Reference in New Issue
Block a user