Skip to content

Commit 259b10f

Browse files
Doc
1 parent e8755d6 commit 259b10f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The following example demonstrates how to create a user and a group, assign perm
250250

251251
```groovy
252252
boolean canRun() {
253-
return condition.idleSelf()
253+
return condition.idleSelf() && condition.everyHour()
254254
}
255255
256256
void doRun() {
@@ -281,7 +281,9 @@ void doRun() {
281281
```
282282

283283
Operations done by `acl` service are idempotent, so you can run the script multiple times without worrying about duplicates, failures, or other issues.
284-
Logging is very descriptive allowing you to see what was done and what was skipped.
284+
Logging is very descriptive, allowing you to see what was done and what was skipped.
285+
286+
ACL scripts can be scheduled to run at regular intervals, automatically adapting permissions to the evolving, project-specific structure of your AEM content.
285287

286288
<img src="docs/screenshot-content-script-acl-output.png" width="720" alt="ACM ACL Script Output">
287289

0 commit comments

Comments
 (0)