Commit 258e89c9 authored by Chris Renshaw's avatar Chris Renshaw Committed by John Wu

Fix script typo for Sony init.real support

- though may still be broken on magiskinit side, see #4885
parent 3d3bfb42
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment