mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 09:25:42 +02:00
doc/mod/scriptrunonce: document optional configuration
This commit is contained in:
parent
8e401bf498
commit
d50f6ffb79
1 changed files with 14 additions and 1 deletions
|
@ -19,10 +19,23 @@ Just install the module:
|
||||||
|
|
||||||
$ScriptInstallUpdate mod/scriptrunonce;
|
$ScriptInstallUpdate mod/scriptrunonce;
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
-------------
|
||||||
|
|
||||||
|
The optional configuration goes to `global-config-overlay`.
|
||||||
|
|
||||||
|
* `ScriptRunOnceBaseUrl`: base url, prepended to parameter
|
||||||
|
* `ScriptRunOnceUrlSuffix`: url suffix, appended to parameter
|
||||||
|
|
||||||
|
If the parameter passed to the function is not a complete URL (starting
|
||||||
|
with protocol `ftp://`, `http://`, `https://` or `sftp://`) the values are
|
||||||
|
prepended and appended.
|
||||||
|
|
||||||
Usage and invocation
|
Usage and invocation
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
The function `$ScriptRunOnce` expects an url pointing to a script as parameter.
|
The function `$ScriptRunOnce` expects an URL (or name if
|
||||||
|
`ScriptRunOnceBaseUrl` is given) pointing to a script as parameter.
|
||||||
|
|
||||||
$ScriptRunOnce https://git.eworm.de/cgit/routeros-scripts/plain/doc/mod/scriptrunonce.d/hello-world.rsc
|
$ScriptRunOnce https://git.eworm.de/cgit/routeros-scripts/plain/doc/mod/scriptrunonce.d/hello-world.rsc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue