mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix alwais -> always
This commit is contained in:
parent
f658d8d58f
commit
d6d3c4580f
3 changed files with 26 additions and 26 deletions
|
|
@ -97,7 +97,7 @@ function shell.runScript(alerts, settings)
|
|||
-- Trigger the script for the stored alert
|
||||
-- Trigger the script just one time in case of engaged/released alerts
|
||||
if not alert.action
|
||||
or settings.execution_period == "alwais"
|
||||
or settings.execution_period == "always"
|
||||
or alert.action == settings.execution_period then
|
||||
-- Executing the script
|
||||
local exec_script = fullpath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue