Commit 10613686 authored by HemanthJabalpuri's avatar HemanthJabalpuri Committed by John Wu

Fix bootloop when removing system SuperSU in <5.0

parent 17ab5511
...@@ -293,7 +293,7 @@ remove_system_su() { ...@@ -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
......
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