From f48d5b7a25e58917e95e336b7c78bdf5e3c59757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 29 Oct 2023 17:07:28 +0100 Subject: [PATCH] default filter = both --- src/bash/filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bash/filter.sh b/src/bash/filter.sh index 6d54c6e..413d361 100755 --- a/src/bash/filter.sh +++ b/src/bash/filter.sh @@ -43,7 +43,7 @@ # mkdir -p "${DIR_LOG}/pb/" ; chmod a+rwx "${DIR_LOG}/pb/" ########################################################################## -DEFAULT_MODE="footer" +DEFAULT_MODE="both" DEFAULT_PERIOD="month" DEFAULT_TRACK=""