Revert "fix(fix_services): fix display null reference crash in on_epoch"

This reverts commit 0fd715b554.
This commit is contained in:
Jeroen Oudshoorn
2026-03-25 18:19:49 +01:00
parent 4ee52614cf
commit 14d2c68980
+1 -1
View File
@@ -182,7 +182,7 @@ class FixServices(plugins.Plugin):
cooldown_ok = time.time() - self.LASTTRY > 180
if cooldown_ok:
# get last 10 lines
display = agent.view() if hasattr(agent, 'view') else None
display = agent.view()
logging.debug("[Fix_Services]**** checking")
if len(self.pattern.findall(last_lines)) >= 1: