From e3a87e0f277446ffcd81b2a8f3f66ba8cf5ce755 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 8 Sep 2023 20:25:20 +0200 Subject: [PATCH] Revert "Version 2.3.2" This reverts commit 4e2d506e4e0a14f654571be8fe0484801e14c398. --- bin/pwnagotchi | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index 96f405c7..1fe9e577 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -146,9 +146,6 @@ 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: