Fix bootloop when removing system SuperSU in <5.0

This commit is contained in:
HemanthJabalpuri 2019-02-12 12:18:33 +05:30 committed by John Wu
parent 17ab55115a
commit 10613686ed

View File

@ -293,7 +293,7 @@ remove_system_su() {
cd /system/bin
if [ -e app_process64 ]; then
ln -sf app_process64 app_process
else
elif [ -e app_process32 ]; then
ln -sf app_process32 app_process
fi
fi