Warns that before scripts can set env vars

This can trip people as seen in this forum post: https://forum.duplicati.com/t/duplicati-library-main-controller-unsupportedoption/13104/15
This commit is contained in:
gpatel-fr 2022-06-08 10:54:40 +02:00 committed by GitHub
parent 1638faa7fe
commit ce1e48f2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,6 +552,7 @@ Default value: `false`
## Scripting options
With these options you can executes 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.
### run-script-before
`--run-script-before (Path)`