diff --git a/resources/install/scripts/app/agent_status/index.lua b/resources/install/scripts/app/agent_status/index.lua index 18f22be5a5..bd333d1721 100644 --- a/resources/install/scripts/app/agent_status/index.lua +++ b/resources/install/scripts/app/agent_status/index.lua @@ -58,7 +58,7 @@ end --get the pin number from the caller - if (agent_password == nil and agent_authorized ~= 'true')) then + if (agent_password == nil and agent_authorized ~= 'true') then min_digits = 3; max_digits = 20; max_tries = 3;