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

fixed missing tmp cleanup

This commit is contained in:
Luc Duchosal 2013-07-24 07:42:53 +02:00
parent 2471bc8304
commit 1efbf2309b

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