Skip to content

Commit

Permalink
fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
4nd3r committed Apr 14, 2017
1 parent 390c805 commit b43f35f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/postfix/postfix_stats
Expand Up @@ -120,10 +120,11 @@ fi
#

# Variable to store the pflogsumm result.
# shellcheck disable=SC2086
if [ -n "${FILTER_HOSTNAME}" ]; then
# shellcheck disable=SC2086
TMP_RAW=$(grep -h " ${FILTER_HOSTNAME} postfix/" ${MAIL_LOG} | "${PFLOGSUMM}" -d today --detail 0 --zero-fill)
else
# shellcheck disable=SC2086
TMP_RAW=$("${PFLOGSUMM}" -d today --detail 0 --zero-fill ${MAIL_LOG})
fi

Expand Down

0 comments on commit b43f35f

Please sign in to comment.