diff --git a/edxp-core/template_override/customize.sh b/edxp-core/template_override/customize.sh index 672da68f..b7f70cbf 100644 --- a/edxp-core/template_override/customize.sh +++ b/edxp-core/template_override/customize.sh @@ -285,14 +285,6 @@ if [[ "${OLD_MAGISK}" == true ]]; then rm "${MODPATH}"/sepolicy.rule fi -#echo "- Mounted persist:" >&2 -#mount | grep persist >&2 - -#if [[ "${NO_PERSIST}" == true ]]; then -# ui_print "- Persist not detected, remove SEPolicy rule" -# rm ${MODPATH}/sepolicy.rule -#fi - ui_print "- Copying framework libraries" mv "${MODPATH}/system/framework/eddalvikdx.dex" "${MODPATH}/system/framework/${JAR_EDDALVIKDX}" @@ -367,4 +359,4 @@ if [ "$MAGISK_VER_CODE" -lt 21006 ]; then ui_print "- Magisk version below 21006." ui_print "- You have to manually reboot twice." ui_print "*******************************" -fi \ No newline at end of file +fi