Fix script typo for Sony init.real support

- though may still be broken on magiskinit side, see #4885
This commit is contained in:
Chris Renshaw 2021-11-05 20:21:11 -03:00 committed by John Wu
parent 3d3bfb42e5
commit 258e89c964

View File

@ -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