From e48b852d514123232676cb47de3813df5963e054 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sun, 15 Oct 2023 22:01:41 +0200 Subject: [PATCH] v2.4.7 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/gdrivesync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/gdrivesync.py b/pwnagotchi/plugins/default/gdrivesync.py index fdeb4a20..8416e324 100644 --- a/pwnagotchi/plugins/default/gdrivesync.py +++ b/pwnagotchi/plugins/default/gdrivesync.py @@ -82,7 +82,7 @@ class GdriveSync(plugins.Plugin): self.backup = True # Specify the local backup path - local_backup_path = '/home/pi' + local_backup_path = '/' # Create the local backup directory if it doesn't exist os.makedirs(local_backup_path, exist_ok=True)