From 6a7718a60ba5825cc394bab6cfd5691eec69bcf9 Mon Sep 17 00:00:00 2001 From: Myst33d Date: Thu, 20 Feb 2020 19:38:35 +0600 Subject: [PATCH] Properly delete superuser app --- phh-securize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phh-securize.sh b/phh-securize.sh index d0bd374..1e4bd04 100644 --- a/phh-securize.sh +++ b/phh-securize.sh @@ -9,7 +9,7 @@ rm /system/xbin/su rm /system/bin/phh-su rm /system/etc/init/su.rc rm /system/bin/phh-securize.sh -rm -Rf /system/bin/me.phh.superuser/ +rm -Rf /system/app/me.phh.superuser/ mount -o remount,ro / mount -o remount,ro /system sync