Tidy scripts, clarify KernelSU/APatch hide files/directories

This commit is contained in:
osm0sis
2024-02-08 00:08:57 -04:00
parent 1a7c5103d1
commit bdd846add6
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ if [ -d /data/adb/modules/safetynet-fix ]; then
touch /data/adb/modules/safetynet-fix/remove
fi
# Replace/remove conflicting custom ROM injection app folders/files to disable them
# Replace/hide conflicting custom ROM injection app folders/files to disable them
LIST=$MODDIR/example.app_replace.list
[ -f "$MODDIR/custom.app_replace.list" ] && LIST=$MODDIR/custom.app_replace.list
for APP in $(grep -v '^#' $LIST); do