From 10613686ed11187298aa8658a431dc5835f20fde Mon Sep 17 00:00:00 2001 From: HemanthJabalpuri Date: Tue, 12 Feb 2019 12:18:33 +0530 Subject: [PATCH] Fix bootloop when removing system SuperSU in <5.0 --- scripts/util_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/util_functions.sh b/scripts/util_functions.sh index f107f62a2..8f0d772a3 100644 --- a/scripts/util_functions.sh +++ b/scripts/util_functions.sh @@ -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