Update 06-advanced-options.md

This commit is contained in:
kees-z 2022-06-08 11:12:06 +02:00 committed by GitHub
parent abf743e3bc
commit 55f2350d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,7 +552,10 @@ Default value: `false`
## Scripting options
With these options you can execute a script before starting an operation, and again on completion. Module is loaded automatically, use `--disable-module` to prevent this.
**Warning** 'before' scripts can set environment variable(s) by writing to stdout. See run-script-exemple for more information.
*****
> ![](icon_important.png) 'before' scripts can set environment variable(s) by writing to stdout. See run-script-exemple for more information.
*****
### run-script-before
`--run-script-before (Path)`