mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-22 17:18:58 +00:00
Fix bootloop when removing system SuperSU in <5.0
This commit is contained in:

committed by
John Wu

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
|
||||||
|
Reference in New Issue
Block a user