mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-24 19:37:39 +00:00
Fix script typo for Sony init.real support
- though may still be broken on magiskinit side, see #4885
This commit is contained in:
parent
3d3bfb42e5
commit
258e89c964
@ -137,7 +137,7 @@ esac
|
||||
|
||||
# Work around custom legacy Sony /init -> /(s)bin/init_sony : /init.real setup
|
||||
INIT=init
|
||||
if [ $((status & 0x4)) -ne 0 ]; then
|
||||
if [ $((STATUS & 4)) -ne 0 ]; then
|
||||
INIT=init.real
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user