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")
|
os.system("service pwnagotchi restart")
|
||||||
|
|
||||||
|
|
||||||
def reboot(mode=None):
|
def reboot(mode="Auto"):
|
||||||
if mode is not None:
|
if mode is not None:
|
||||||
mode = mode.upper()
|
mode = mode.upper()
|
||||||
logging.warning("rebooting in %s mode ...", mode)
|
logging.warning("rebooting in %s mode ...", mode)
|
||||||
|
Reference in New Issue
Block a user