mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
unquote
This commit is contained in:
parent
782097d72b
commit
b359073976
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue