mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 20:07:38 +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
|
# Work around custom legacy Sony /init -> /(s)bin/init_sony : /init.real setup
|
||||||
INIT=init
|
INIT=init
|
||||||
if [ $((status & 0x4)) -ne 0 ]; then
|
if [ $((STATUS & 4)) -ne 0 ]; then
|
||||||
INIT=init.real
|
INIT=init.real
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user