2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Merge pull request #351 from lduchosal/master

fixed missing tmp cleanup
This commit is contained in:
Steve Schnepp 2013-07-29 03:34:44 -07:00
commit 538cdc9359

View File

@ -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