From 8a464ac7b240b32395633f030263255d0e4d8bf6 Mon Sep 17 00:00:00 2001 From: Zackptg5 <5107713+Zackptg5@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:39:56 -0400 Subject: [PATCH] Add boot script directory vars (#747) Add back variable names for post-fs-data.d and service.d directories Co-authored-by: weishu --- userspace/ksud/src/installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userspace/ksud/src/installer.sh b/userspace/ksud/src/installer.sh index 07d740e4..3bcef353 100644 --- a/userspace/ksud/src/installer.sh +++ b/userspace/ksud/src/installer.sh @@ -438,6 +438,8 @@ install_module() { NVBASE=/data/adb TMPDIR=/dev/tmp +POSTFSDATAD=$NVBASE/post-fs-data.d +SERVICED=$NVBASE/service.d # Some modules dependents on this export MAGISK_VER=25.2