From 111f871ea2c6f9c316ea9eb54ddba3cd86c82f9d Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 15 Sep 2024 18:19:58 +0200 Subject: [PATCH] Update build Signed-off-by: jayofelony --- bin/pwnagotchi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index f6cc89b8..4f31cd3c 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -322,7 +322,7 @@ def pwnagotchi_cli(): agent = Agent(view=display, config=config, keypair=KeyPair(view=display)) def usr1_handler(*unused): - logging.info('Received USR1 singal. Restart process ...') + logging.info('Received USR1 signal. Restart process ...') agent._restart("MANU" if args.do_manual else "AUTO") signal.signal(signal.SIGUSR1, usr1_handler)