Skip to content

Commit f904058

Browse files
committed
Fix wording
1 parent 3c47bb9 commit f904058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/custom-boot-hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sudo chmod +x /mnt/jrc-comms/hooks/boot.d/99-custom-task
2929
```
3030

3131
### 3. Verify Execution Order
32-
The application runs scripts in ascending order based on their numeric prefixes. Scripts added to `/mnt/jrc-comms/hooks/boot.d` will be injected into script located in `/opt/jrc/hooks/boot.d` based on script prefix For example:
32+
The application runs scripts in ascending order based on their numeric prefixes. Scripts added to `/mnt/jrc-comms/hooks/boot.d` will be injected into `/opt/jrc/hooks/boot.d` based on script prefix automatically. For example:
3333

3434
- `05-mount-recovery-mount` runs first (found in `/opt/jrc/hooks/boot.d`)
3535
- `10-cluster-clean` runs next (found in `/opt/jrc/hooks/boot.d`)

0 commit comments

Comments
 (0)