From 006d28abd59e72a37fc0c1e5bfcc8a15241eedcf Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Wed, 12 Dec 2018 06:10:11 -0500 Subject: [PATCH] Minor documentation fix --- docs/guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides.md b/docs/guides.md index 85f35fcce..b231e2b7b 100644 --- a/docs/guides.md +++ b/docs/guides.md @@ -18,7 +18,7 @@ In Magisk, you can run boot scripts in 2 different modes: **post-fs-data** and * In Magisk, there are also 2 kinds of scripts: **general scripts** and **module scripts**. - General Scripts - - Placed in `$COREDIR/post-fs-data.d` or `$COREDIR/service.d` + - Placed in `$SECURE_DIR/post-fs-data.d` or `$SECURE_DIR/service.d` - Only executed if the script is executable (execution permissions, `chmod +x script.sh`) - Scripts in `post-fs-data.d` runs in post-fs-data mode, and scripts in `service.d` runs in late_start service mode. - Will still be executed when **Core-Only** mode is enabled.