diff --git a/pwnagotchi/plugins/default/fix_services.py b/pwnagotchi/plugins/default/fix_services.py index 31aecf17..e996d044 100644 --- a/pwnagotchi/plugins/default/fix_services.py +++ b/pwnagotchi/plugins/default/fix_services.py @@ -198,9 +198,9 @@ class FixServices(plugins.Plugin): display.set('status', 'Restarting pwnagotchi now!') display.update(force=True) try: - # Run the monstart command to restart wlan0mon - pwnagotchi.restart("AUTO") + # Restarting bettercap and pwnagotchi logging.info("[Fix_Services systemd]: restarting bettercap and pwnagotchi") + pwnagotchi.restart("AUTO") except Exception as err: logging.error("[Fix_Services systemd]: %s" % repr(err))