From 48c5b64f36fc4b2e690415f1fe053e6f13ff899b Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 8 Sep 2023 20:26:25 +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 46712c3e..abdfae42 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -149,9 +149,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: