Skip to content

Commit

Permalink
[shell] No more cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Mar 8, 2021
1 parent 7e06147 commit f641547
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions core/template_override/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ if [[ ! -e /data/adb/lspd/config/verbose_log ]]; then
fi


mkdir -p /data/misc/$MISC_PATH/cache
rm /data/misc/$MISC_PATH/cache/*
set_perm /data/misc/$MISC_PATH/cache 0 0 0777 "u:object_r:magisk_file:s0" || abortC "! ${LANG_CUST_ERR_PERM}"

mv "${MODPATH}/system/lib/libriru_lspd.so" "${MODPATH}/system/lib/${LIB_RIRU_EDXP}"
if [[ "${IS64BIT}" == true ]]; then
mv "${MODPATH}/system/lib64/libriru_lspd.so" "${MODPATH}/system/lib64/${LIB_RIRU_EDXP}"
Expand Down
2 changes: 0 additions & 2 deletions core/template_override/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,8 @@ mkdir -p ${LOG_PATH}
chcon -R u:object_r:magisk_file:s0 ${LOG_PATH}

if [[ ! -z "${MISC_PATH}" ]]; then
mkdir -p "${BASE_PATH}/cache"
chcon -R u:object_r:magisk_file:s0 "${BASE_PATH}"
chmod 771 "${BASE_PATH}"
chmod 777 "${BASE_PATH}/cache"
print_log_head "${LOG_PATH}/modules.log"
# start_verbose_log_catcher
start_log_catcher all "LSPosed:V XSharedPreferences:V LSPosed-Bridge:V LSPosedManager:V LSPosedService:V *:F" true ${LOG_VERBOSE}
Expand Down

0 comments on commit f641547

Please sign in to comment.