mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
motd:
If there are any major changes, I can now edit MOTD! Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -140,7 +140,7 @@ def restart(mode):
|
||||
os.system("service pwnagotchi restart")
|
||||
|
||||
|
||||
def reboot(mode="Auto"):
|
||||
def reboot(mode=None):
|
||||
if mode is not None:
|
||||
mode = mode.upper()
|
||||
logging.warning("rebooting in %s mode ...", mode)
|
||||
|
Reference in New Issue
Block a user