From b359073976a8cbe1bb8f46af562d888105a20091 Mon Sep 17 00:00:00 2001 From: Ander Punnar Date: Thu, 13 Apr 2017 13:09:29 +0300 Subject: [PATCH] unquote --- plugins/postfix/postfix_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/postfix/postfix_stats b/plugins/postfix/postfix_stats index 44b737d4..fc4271d0 100755 --- a/plugins/postfix/postfix_stats +++ b/plugins/postfix/postfix_stats @@ -120,7 +120,7 @@ fi if [ -n "${GREP_HOSTNAME}" ]; then TMP_RAW=$(grep -h " ${GREP_HOSTNAME} postfix/" ${MAIL_LOG} | "${PFLOGSUMM}" -d today --detail 0 --zero-fill) else - TMP_RAW=$("${PFLOGSUMM}" -d today --detail 0 --zero-fill "${MAIL_LOG}") + TMP_RAW=$("${PFLOGSUMM}" -d today --detail 0 --zero-fill ${MAIL_LOG}) fi # Parse value from Raw result