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