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