From ecbb4f58d4b5f3c2935d1c7a1fe7d045f30b2fa5 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 7 Sep 2023 19:30:59 +0200 Subject: [PATCH] Version 2.3.2 Signed-off-by: Jeroen Oudshoorn Signed-off-by: Jeroen Oudshoorn --- bin/pwnagotchi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index abdfae42..46712c3e 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -149,6 +149,9 @@ if __name__ == '__main__': # input validation if user_input.lower() in ('y', 'yes'): os.system("rm /root/.auto-update && systemctl restart pwnagotchi") + print("Okay, give me a couple minutes. Just watch pwnlog while you wait.") + time.sleep(3) + os.system("pwnlog") elif user_input.lower() in ('n', 'no'): # using this elif for readability print("Okay, guess not!") else: