mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-27 08:17:47 +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