From 8db28055a6bf1004a240aca103bf5de4947b7789 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sat, 30 Sep 2023 15:30:27 +0200 Subject: [PATCH] Update __init__.py --- pwnagotchi/__init__.py | 1 - 1 file changed, 1 deletion(-) 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")