[skip ci] Fix install log

This commit is contained in:
LoveSy 2021-01-29 02:07:40 +08:00
parent ac5c24028d
commit 7e5fcc2136
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ elif [[ -f /data/adb/edxp/misc_path ]]; then
echo $MISC_PATH > /data/adb/lspd/misc_path echo $MISC_PATH > /data/adb/lspd/misc_path
ui_print " - ${LANG_CUST_INST_CONF_OLD} $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 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/disable
touch $(magisk --path)/.magisk/modules/riru_edxposed_sandhook/disable touch $(magisk --path)/.magisk/modules/riru_edxposed_sandhook/disable
else else