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

@@ -20,7 +20,7 @@ if [ -d /data/adb/modules/MagiskHidePropsConf ]; then
ui_print "! MagiskHidePropsConfig (MHPC) module may cause issues with PIF"
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=$MODPATH/example.app_replace.list
[ -f "$MODPATH/custom.app_replace.list" ] && LIST=$MODPATH/custom.app_replace.list
for APP in $(grep -v '^#' $LIST); do