From 61124d30cb505ef9f89f2b9e337fe0a577b8850d Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 13 Oct 2023 08:46:30 +0200 Subject: [PATCH] v2.4.7 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/google/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/google/cmd.py b/pwnagotchi/google/cmd.py index e30628b4..eda927bb 100644 --- a/pwnagotchi/google/cmd.py +++ b/pwnagotchi/google/cmd.py @@ -48,7 +48,7 @@ def auth(): "No one else but you have access to these.\n" "Do you agree? \n\n[y(es)/n(o)]") if user_input.lower() in ('y', 'yes'): - if not os.path.exists("/rootclient_secrets.json"): + if not os.path.exists("/root/client_secrets.json"): logging.error("client_secrets.json not found in /root. Please RTFM!") return 0 try: