From a17eab7b3d346da564c3137c6c9013912bcc5757 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme <jan.philipp@timme.it> Date: Thu, 8 Aug 2019 17:54:14 +0200 Subject: [PATCH] Adapt path for db file in postfix-logstats --- postfix-logstats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix-logstats.sh b/postfix-logstats.sh index b50698a..6507916 100755 --- a/postfix-logstats.sh +++ b/postfix-logstats.sh @@ -15,7 +15,7 @@ cd `dirname $0` . ./logwatch.functions.sh # Use helper function to get $log_start and $log_end for current log -lookAtLog "/var/log/mail.info" "postfix-stats.db" +lookAtLog "/var/log/mail.info" "postfix-logstats.db" ### Initialize counters ### -- GitLab