diff --git a/bin/pwnagotchi b/bin/pwnagotchi index 1fe9e577..96f405c7 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -146,6 +146,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: