diff --git a/Readme.md b/Readme.md index 00d8072f..46d0667d 100644 --- a/Readme.md +++ b/Readme.md @@ -233,6 +233,10 @@ You can add the install hook by adding de.valtech.aecu.core.installhook.AecuInst ``` +The Groovy scripts must be covered by the filter, i.e. must be imported into the repository during installation. + +By default each Groovy script is only executed once (if it does not end with suffix `.always.groovy`). It will be re-executed though in case any of the Gåroovy scripts have been modified (through the package installation) or the previous execution was not successful. + ## Manual Execution