Skip to content

Commit

Permalink
Fix module service.d directory in KernelSU (#20)
Browse files Browse the repository at this point in the history
Thankyou for the fix.
  • Loading branch information
tiann authored May 2, 2024
1 parent a7d9e17 commit 3707a88
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ elif [ "$KSU" = true ] && [ "$KSU_VER_CODE" -lt 10670 ]; then
fi

SERVICE_DIR="/data/adb/service.d"
if [ "$KSU" = true ]; then
SERVICE_DIR="/data/adb/ksu/service.d"
fi

CUSTOM_DIR="/data/adb/tailscale"
CUSTOM_BIN_DIR="$CUSTOM_DIR/bin"
Expand Down

0 comments on commit 3707a88

Please sign in to comment.