Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-01 12:19:29 +02:00
parent 03922370ac
commit f4194988f1
2 changed files with 79 additions and 95 deletions

View File

@ -166,4 +166,3 @@ def reboot(mode=None):
os.system("sync")
os.system("shutdown -r now")
os.system("service pwnagotchi restart")