Skip to content

Commit

Permalink
Merge pull request #351 from lduchosal/master
Browse files Browse the repository at this point in the history
fixed missing tmp cleanup
  • Loading branch information
steveschnepp committed Jul 29, 2013
2 parents 2471bc8 + 1efbf23 commit 538cdc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/mail/postfix_stats
Expand Up @@ -48,3 +48,5 @@ rejected.value `grep 'rejected' $TMP | awk '{print $1}'`
held.value `grep 'held' $TMP | awk '{print $1}'`
discarded.value `grep 'discarded' $TMP | awk '{print $1}'`
EOF

rm $TMP

0 comments on commit 538cdc9

Please sign in to comment.