From 87a6a775b35fe31a4887497059c908e4efe8b8f6 Mon Sep 17 00:00:00 2001 From: Cristian Deluxe Date: Wed, 2 Nov 2016 07:06:36 +0100 Subject: [PATCH] draw mode changed to AREASTACK --- plugins/mail/postfix_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mail/postfix_stats b/plugins/mail/postfix_stats index afb508fe..d21fd78e 100755 --- a/plugins/mail/postfix_stats +++ b/plugins/mail/postfix_stats @@ -67,7 +67,7 @@ if [ "$1" = 'config' ]; then echo "${i}.label ${i}" echo "${i}.type DERIVE" echo "${i}.min 0" - echo "${i}.draw STACK" + echo "${i}.draw AREASTACK" done exit 0