mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Enabled the possibility to add shell script options to shell endpoint
This commit is contained in:
parent
0c03b025ee
commit
82ef961bf6
4 changed files with 15 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ local script = {}
|
|||
function script.getAdditionalParameters(http_lint)
|
||||
return {
|
||||
["shell_script"] = http_lint.validateEmptyOr(http_lint.validateSingleWord),
|
||||
["shell_options"] = http_lint.validateEmptyOr(http_lint.validateSingleWord),
|
||||
["shell_script_options"] = http_lint.validateEmptyOr(http_lint.validateUnquoted),
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue