From b47371cfe63c34212dcd23e35d62056596d57243 Mon Sep 17 00:00:00 2001 From: wpa-2 <9049886+wpa-2@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:45:28 +0000 Subject: [PATCH] Update defaults.toml Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com> --- pwnagotchi/defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 7ea38a50..3ea5e8fe 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -38,7 +38,7 @@ main.plugins.auto_backup.files = [ "/home/pi/.profile", "/home/pi/.wpa_sec_uploads", ] -main.plugins.auto_backup.commands = [ "tar czf {backup_file} {files}",] +main.plugins.auto_backup.commands = [ "tar cf {backup_file} {files}",] main.plugins.auto-tune.enabled = true