Fix bootloop when removing system SuperSU in <5.0
This commit is contained in:
parent
17ab55115a
commit
10613686ed
@ -293,7 +293,7 @@ remove_system_su() {
|
|||||||
cd /system/bin
|
cd /system/bin
|
||||||
if [ -e app_process64 ]; then
|
if [ -e app_process64 ]; then
|
||||||
ln -sf app_process64 app_process
|
ln -sf app_process64 app_process
|
||||||
else
|
elif [ -e app_process32 ]; then
|
||||||
ln -sf app_process32 app_process
|
ln -sf app_process32 app_process
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user