From a03277a97fc55cfa2b0808404cdac4d3011ca3f5 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sat, 16 Sep 2023 22:03:37 +0200 Subject: [PATCH] v2.3.9 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/fix_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/fix_services.py b/pwnagotchi/plugins/default/fix_services.py index 7bc3217b..d73b959b 100644 --- a/pwnagotchi/plugins/default/fix_services.py +++ b/pwnagotchi/plugins/default/fix_services.py @@ -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()