Fix alwais -> always

This commit is contained in:
Alfredo Cardigliano 2024-01-11 10:36:28 +01:00
parent f658d8d58f
commit d6d3c4580f
3 changed files with 26 additions and 26 deletions

View file

@ -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