Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-16 22:03:37 +02:00
parent 999fce3ef4
commit a03277a97f

View File

@ -189,7 +189,7 @@ class FixServices(plugins.Plugin):
logging.error("[Fix_Services monstart]: %s" % repr(err))
# Look for pattern 5
elif len(self.pattern4.findall(other_other_last_lines)) >= 1:
elif len(self.pattern5.findall(other_other_last_lines)) >= 1:
logging.info("[Fix_Services] Threading issues, restarting")
if hasattr(agent, 'view'):
display = agent.view()