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

View File

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