mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-03 10:27:38 +00:00
Fix Sony init.real check
This commit is contained in:
parent
79334b7702
commit
94d3daeadf
@ -78,7 +78,7 @@ impl MagiskCpio for Cpio {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if self.exists("init.sony.rc") {
|
||||
if self.exists("init.real") {
|
||||
ret |= SONY_INIT;
|
||||
}
|
||||
ret
|
||||
|
Loading…
x
Reference in New Issue
Block a user