You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix unmount module.prop
This commit is contained in:
@@ -293,7 +293,7 @@ static bool ensure_daemon_created(bool is_64bit) {
|
|||||||
auto &status = is_64bit ? status64 : status32;
|
auto &status = is_64bit ? status64 : status32;
|
||||||
if (is_64bit) {
|
if (is_64bit) {
|
||||||
LOGD("new zygote started, unmounting prop ...");
|
LOGD("new zygote started, unmounting prop ...");
|
||||||
umount2(prop_path.c_str(), MNT_DETACH);
|
umount2("/data/adb/modules/zygisksu/module.prop", MNT_DETACH);
|
||||||
}
|
}
|
||||||
status.zygote_injected = false;
|
status.zygote_injected = false;
|
||||||
if (status.daemon_pid == -1) {
|
if (status.daemon_pid == -1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user