From 55f2350d87438cb2b00e4cfb142074806de847dd Mon Sep 17 00:00:00 2001 From: kees-z Date: Wed, 8 Jun 2022 11:12:06 +0200 Subject: [PATCH] Update 06-advanced-options.md --- docs/06-advanced-options.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index 09eedd2..75af19d 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -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)`