From ea4c139a4f99f7f6b0fc92106b985bcf03556c79 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 30 Nov 2023 08:36:07 -0400 Subject: [PATCH] Add missing change from amended commit --- module/post-fs-data.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/module/post-fs-data.sh b/module/post-fs-data.sh index 20cf1b6..f19aae2 100644 --- a/module/post-fs-data.sh +++ b/module/post-fs-data.sh @@ -4,11 +4,9 @@ if magisk --denylist status; then fi # Remove conflicting modules if installed -for i in MagiskHidePropsConf safetynet-fix; do - if [ -d /data/adb/modules/$i ]; then - touch /data/adb/modules/$i/remove - fi -done +if [ -d /data/adb/modules/safetynet-fix ]; then + touch /data/adb/modules/safetynet-fix/remove +fi # Conditional early sensitive properties