From 7e5fcc213626b0c073d1c96594afd4f211557342 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Fri, 29 Jan 2021 02:07:40 +0800 Subject: [PATCH] [skip ci] Fix install log --- core/template_override/customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/template_override/customize.sh b/core/template_override/customize.sh index 7f034135..66e92141 100644 --- a/core/template_override/customize.sh +++ b/core/template_override/customize.sh @@ -223,7 +223,7 @@ elif [[ -f /data/adb/edxp/misc_path ]]; then echo $MISC_PATH > /data/adb/lspd/misc_path ui_print " - ${LANG_CUST_INST_CONF_OLD} $MISC_PATH" cp -r /data/misc/$(cat /data/adb/edxp/misc_path) /data/misc/$MISC_PATH - ui_print " - ${LANG_CUST_DISABLE_EDXP} $MISC_PATH" + ui_print " - ${LANG_CUST_DISABLE_EDXP}" touch $(magisk --path)/.magisk/modules/riru_edxposed/disable touch $(magisk --path)/.magisk/modules/riru_edxposed_sandhook/disable else