From f878993d48c6b4e62e20051d61b2ba3544a81389 Mon Sep 17 00:00:00 2001 From: kotori0 Date: Fri, 27 Nov 2020 15:29:41 +0800 Subject: [PATCH] Fix #664 --- edxp-core/template_override/post-fs-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edxp-core/template_override/post-fs-data.sh b/edxp-core/template_override/post-fs-data.sh index 450c052a..38ed1508 100644 --- a/edxp-core/template_override/post-fs-data.sh +++ b/edxp-core/template_override/post-fs-data.sh @@ -10,7 +10,7 @@ grep_prop() { MODDIR=${0%/*} -RIRU_PATH="/data/misc/riru" +RIRU_PATH="/data/adb/riru" TARGET="${RIRU_PATH}/modules" [[ "$(getenforce)" == "Enforcing" ]] && ENFORCE=true || ENFORCE=false