From ce0275f2ae739035f44bffe0fcbb5949ca6c5f20 Mon Sep 17 00:00:00 2001 From: seelenamt Date: Tue, 19 Mar 2024 10:51:59 -0500 Subject: [PATCH] Update defaults.toml Removed main.filter since it's no longer referenced in agent.py as of this commit https://github.com/jayofelony/pwnagotchi/commit/1a55afd74abcd7346dd46be49137bfc46558d1c5#diff-0548f0a21e1984ecf3c32d6cd9c17e6a62f4f139c001360935890f649b745cc7 Signed-off-by: seelenamt --- pwnagotchi/defaults.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 5fdc276e..3a773bb2 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -112,8 +112,6 @@ main.mon_stop_cmd = "/usr/bin/monstop" main.mon_max_blind_epochs = 50 main.no_restart = false -main.filter = "" - main.log.path = "/etc/pwnagotchi/log/pwnagotchi.log" main.log.rotation.enabled = true main.log.rotation.size = "10M"