1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-06-02 02:08:24 +00:00

Fix Sony init.real check

This commit is contained in:
残页 2024-01-17 14:03:27 +08:00 committed by John Wu
parent 79334b7702
commit 94d3daeadf

@ -78,7 +78,7 @@ impl MagiskCpio for Cpio {
break; break;
} }
} }
if self.exists("init.sony.rc") { if self.exists("init.real") {
ret |= SONY_INIT; ret |= SONY_INIT;
} }
ret ret