mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-03 11:37:39 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if self.exists("init.sony.rc") {
|
if self.exists("init.real") {
|
||||||
ret |= SONY_INIT;
|
ret |= SONY_INIT;
|
||||||
}
|
}
|
||||||
ret
|
ret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user