diff --git a/pwnagotchi/__init__.py b/pwnagotchi/__init__.py index a7f549dd..4387579b 100644 --- a/pwnagotchi/__init__.py +++ b/pwnagotchi/__init__.py @@ -166,4 +166,3 @@ def reboot(mode=None): os.system("sync") os.system("shutdown -r now") - os.system("service pwnagotchi restart")