From c2ddc35f731ac9a7fd85b6f5625783ddafa4d24f Mon Sep 17 00:00:00 2001 From: Ander Punnar Date: Thu, 13 Apr 2017 12:46:17 +0300 Subject: [PATCH] quote --- 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 86d0926f..315cd1a7 100755 --- a/plugins/postfix/postfix_stats +++ b/plugins/postfix/postfix_stats @@ -61,7 +61,7 @@ GPLv2 #set -xv SYS_LOG="${logfiles:-/var/log/syslog /var/log/syslog.0}" -GREP_HOSTNAME=${0##*postfix_stats_} +GREP_HOSTNAME="${0##*postfix_stats_}" # shellcheck disable=SC2154 PFLOGSUMM="${pflogsum}"